How can I center align footer text in Dawn theme on desktop view?

Hi, I’ve been messing around with my code trying to make my footer text centre aligned, it’s perfect on mobile view, but for desktop view the ‘info’ menu text & headers are off-centre. Any ideas?

Hi,

Please share your store URL and if your store is password protected then also provide password too.

Thank you.

I think, there are some CSS issues with the desktop. I am happy to resolve the issue. if possible please share the website URL.

Thank You!

@Goob123 ,

share the link please

Hello @Goob123

Could you please share your store url ( with pass if your store password is enabled ) then I can see and suggest something for you?

Best regards,
GemPages Support Team

Hello There,

Please share your store URL and Password.
So that I will check and let you know the exact solution here.

@ZestardTech @GemPages @oscprofessional @Nischay @Denishamakwana midniteshades.com

@Goob123

sorry, www.midniteshades.com

@Goob123
Put below css into base.css file (online store ->themes->assets->base.css)

@media screen and (min-width: 990px)
.header--middle-left {
    grid-template-columns: auto auto 0 !important;
   }
}
@media screen and (min-width: 750px)
{
.footer__content-top .grid {
    row-gap: 11rem;
    margin-bottom: 0;
    margin-right: 15% !important;
}
.newsletter-form {
    padding-bottom: 20px;
}
}

Hi @Goob123

This is Victor from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css.

Step 3: Paste the below code at bottom of the file → Save

.footer__content-top.page-width li {

margin-right: 0 !important;

}

Hope that my solution works for you.

Best regards,

Victor | PageFly

1 Like

Hello @Goob123

It’s GemPages support team and glad to support you today.

You can follow these steps:

  1. Go to Online Store → Theme → Edit code
  2. Open your theme.liquid theme file
  3. Paste below code before :

If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team

This worked thanks!