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! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024