All things Shopify and commerce
Hello!
There's a lot of white space between the menu bar of my product page and the product description (please see the snapshot for a visual).
Could someone please help me fix this!?
Thank you in advance for considering it 😊
-Tim
Hi @TimDono1 ,
This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/styles.css->paste below code at the bottom of the file:
.container.content.main-wrapper {
padding-top: 100px !important;
}
Hope my answer will help you.
Best regards,
Victor | PageFly
Hello @TimDono1 ,
It's the GemPages Support Team and we are glad to assist you today!
I would like to give you the recommendation to support you so kindly follow the steps below:
1. Go to Online Store > Theme > Edit code of your current theme
2. Open your theme.liquid theme file
3. Paste the below code before </head>
<style>
body.product .container.content.main-wrapper {
padding: 100px 0px 0px 0px !important;
}
@media only screen and (max-width: 798px){
body.product .container.content.main-wrapper {
padding: 20px 0px 0px 0px !important;
}
}
</style>
Let us know how it works for you.
Best regards,
GemPages Support Team
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025