Edit left and right margins of footer for Prestige, pls see photo

Hi!

All new to this. I´d like to edit the margins of the footers box-section, so that the margin of the menues comes in same vertical line as the HR-line below / “VISA”-card logo and Company name on the left botton.

have tried using several different methods withput success. Would be grateful for help.

Best regars, Bjorn

Hello @Geltier ,

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

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

Best regards,
GemPages Support Team

Hi @Geltier

Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution.

hi! our URL is: Geltier Watches x Redefining the watch industry – geltier

Hi @Geltier

You can follow these steps:

  • Step 1: On the admin page, go to Online Store → Edit code → Find and Open theme.css
  • Step 2: Add this code at the bottom of the file
@media screen and (min-width: 641px) {
  .Footer__Inner {
    margin-left: -25px;
    margin-right: -25px;
  }
}

I hope that it works for you.

Thank you very much, worked perfect :slightly_smiling_face:

1 Like

Hi @Geltier

I’m happy that our suggestion worked for you. Can you kindly give us a like and mark it as a solution so other merchants can refer to it if they also got an issue? Thanks in advance.