Hi there,
The tops of my shopify pages are getting cut off. It only happens on the pages shopify creates (login, collections) and not the ones I created with Gempages (landing pages, products, homepage). How do I fix this?
elevatedkarma.com
pw: chifri
Thanks for taking a look!
See social logins:
See header “Search Results” on mobile collection pages (https://elevatedkarma.com/pages/search-results-page?collection=mens-clothes 
@karmadesign
yes please add this code
- Go to Online Store->Theme->Edit code
- Asset->/theme.scss.liquid->paste below code at the bottom of the file.
@media only screen and (min-width: 750px) {
.main-content {
padding-top: 175px;
}
}
Hi @KetanKumar —thanks for your suggestion!
This fixed the issue on my dsktop site, but I still have the issue on laptop, tablet and mobile. Any thoughts for these?
Logan
- Go to Online Store->Theme->Edit code
- Asset->/theme.scss.liquid->paste below code at the bottom of the file.
@media only screen and (min-width: 750px) {
.main-content {
padding-top: 175px;
}
}
@media only screen and (max-width: 749px) { body:not(.gempage) .main-content { padding-top: 70px; } }
Hi @karmadesign we could add this CSS code above to fix the mobile screen side.
please try it and let us know if it works
1 Like
Thanks very much! This fixed all issues 
Hi @GemPages ,
This issue has resurfaced on my mobile pages, specifically the login page. Despite having the mobile code included.
Please take a look:
elevatedkarma.com
chifri
Hi @karmadesign
It’s GemPages team here to support you!
The code used is correct, but the closing curly brace is put in an incorrect position.
Incorrect position
We’ve moved it to the correct one
The issue is fixed now. Can you check on your end if it meets your expectation?
Thank you!