Theme: Enterprise
Would like to reduced the space above products and below header. Tried setting padding and margins to zero in theme liquid file.
Here is what I am looking for (image). Many thanks
Theme: Enterprise
Would like to reduced the space above products and below header. Tried setting padding and margins to zero in theme liquid file.
Here is what I am looking for (image). Many thanks
Hi @reddyinc ,
Can you share a link to your store?
Hey @reddyinc
Follow these Steps:
<style>
.section--template {
margin-top: 0px !important;
}
</style>
RESULT:
If I managed to help you then a Like would be truly appreciated.
Best,
Moeed