Hey, how do i remove the padding before and after the logo list:
Store link: https://8c2dd1-3.myshopify.com/
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
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:
Open your theme.liquid theme file
Paste the below code before
Let us know how it works for you.
Best regards,
GemPages Support Team
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 tag in the theme.liquid:
Let us know how it works for you.
Best regards,
GemPages Support Team