Changing padding space on quick links in footer/showing a section on all pages

Hello,

I would like to reduce the overall size of my footer, and would like to reduce the padding around the quick link menu items maybe by half.

Also, is there a way have the ‘email signup’ section on the Home Screen show on all pages? Do I have to create a new template?
Sorry am all new to this!

Hello @missjewellee
Please share your website URL.

@missjewellee

please shear store URL

Hello, yes it’s

https://glowmumma.co.nz

password yaotsa

Hello, yes it’s

https://glowmumma.co.nz

password yaotsa

Hello @missjewellee

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

I would like to give you a solution to support you.

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid theme file.

  3. Paste the below code before :


The newsleter section you need to add again for each type of template: page, product , blog, article , collection.

Hope my solution can work and support you!

Kind & Best regards!

GemPages Support Team.
1 Like

hello @missjewellee

step 01:

  1. Go to your Store > Theme > click to edit code.
  2. find this file " base.css " and open.

step 02:

  1. Paste the code at the end of the file.
ul.footer-block__details-content li {
    line-height: normal !important;
}
ul.footer-block__details-content li a {
    line-height: 1.5em !important;
}

this idea helps you

1 Like