Personalized checkout and custom promotions with Shopify Scripts
Hey, how do i remove the padding before and after the logo list:
Store link: https://8c2dd1-3.myshopify.com/
This is because your logo is set to a width limit of 160px. If you want to reduce the width on both sides you can increase the width of your logo.
@media only screen and (min-width: 590px){
.logo-bar__item {
flex: 0 1 200px;
}
}
put that in theme.css
hey, thanks for the reply, but i meant the top and bottom padding, do you know how i can remove that?
#shopify-section-template--17760203178306__f599b6f7-4f07-4f97-b062-940a843a8422{
margin:0 !important;
}
Hi @sondreskskfsghj ,
You could please try adding the below code before </head> tag in the theme.liquid:
<style>
#shopify-section-template--17760203178306__f599b6f7-4f07-4f97-b062-940a843a8422 {
margin: 20px 0 !important;
}
</style>
Let us know how it works for you.
Best regards,
GemPages Support Team
Hello @sondreskskfsghj ,
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>
@media only screen and (min-width: 590px){
.logo-bar__item {
margin: 0 !important;
}
}
</style>
Let us know how it works for you.
Best regards,
GemPages Support Team
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025