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.
Hello @missjewellee
It’s GemPages support team and glad to support you today.
I would like to give you a solution to support you.
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid theme file.
-
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:
- Go to your Store > Theme > click to edit code.
- find this file " base.css " and open.
step 02:
- 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