Prestige Theme: Make Footer items more centered

Hello,

I use the Prestige Theme with three elements in the footer.

I want the left and the right one to be more centered and not sticking at the edge of the page. (see image attached)

How can I archive this?

Hello @ngtblt ,

You can try to follow these steps:

Go to Online Store → Themes → Actions → Edit code

Go to Assets folder → base.css file or theme.scss.liquid file

Add this following code at the bottom of page

.left-column-class {
    margin-right: 10px;
}

.right-column-class {
    margin-left: 10px;
}

Save and preview

Hope this can help.

Transcy

Hey @ngtblt
Kindly share your Store URL and Password if enabled

Hello There,

Please share your store URL and password.

So that I will check and let you know the exact solution here.

Hello, doesn’t do anything

Hello, sent you a message!

Hello, sent you a message!

Thanks

Hey @ngtblt

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed