Hi, I needed to add some space in between the image banners in the home page by using :
“margin-bottom: 30px;”
in the “section-image-banner.css” file under the Assets folder.
I now have the same margin in the email subscription banner in the Password Page.
How can I get rid of that?
Hi @1989streetwear ,
It’s the GemPages Support Team and we are glad to assist 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 @GemPages
website: 1989streetwear.com
password: bet1989
Thank you so much
Hi @1989streetwear ,
Glad to support you today.
To can remove the margin-bottom on Password page, you should add my code to the end of the file section-image-banner.css:
body.password .banner {
margin-bottom: 0px !important;
}
I hope you find the answer helpful.
Kind & Best regards,
GemPages Support Team.
HI @GemPages ,
unfortunately it did not work.
What can I do?
Oh so sorry for that, you try to add this code on theme.liquid file like this:
- Go to Edit code on Online Store:
- add my code above the tag on Theme.liquid:
Eg:
HI @GemPages
it still does not work with the new code.
Check the screenshots
Hi [email removed]1989streetwear
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
.banner{margin-bottom:0 !important}
Hope my solution works perfectly for you!
Best regards,
Victor | PageFly
Hi, I need the margin taken off from the password page, not from the banners on the home page
Hi @1989streetwear
if you add my code then it will work for both the home page and the password page
Thank you @PageFly-Victor ,
I did paste the code at the bottom of the page in section-password.css file found in the Assets folder.