Hi,
i am looking into moving the header “our mattress recommendation” Down to create more spacing… Apprecite if anyone could help out. Thanks in advance
Hi,
i am looking into moving the header “our mattress recommendation” Down to create more spacing… Apprecite if anyone could help out. Thanks in advance
Please share your store URL.
@dmwwebartisan Can i send you link and pw in private message? Thanks.. Please pm.. Thank you
Sure..
Please add the following code at the bottom of your assets/theme.css file.
div#shopify-section-1628139194e4eb028b {
margin-top: 65px;
}
Hope this works.
Thanks!
@dmwwebartisan Could you please also help to look into why the desktop view and mobile view is different for this section? Any way to move the words down not overlapping the grid in mobile view ?
Please add the following code for the mobile.
@media only screen and (max-width: 749px){
.collection-grid-item{ margin-bottom: 95px !important; }
div#shopify-section-1628139194e4eb028b{ margin-top: 0px !important; }
}