hi
website
password: sandwich
when you scroll down to the middle of the page this text is cut off, can anyone please help?
hi
website
password: sandwich
when you scroll down to the middle of the page this text is cut off, can anyone please help?
.caption-content p {
padding-left: 24px;
}
#shopify-section-1559084715445 .section-header h2 a {
margin-left: 10px;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->stylesheet.scss.liquid
Hi @lesbrons ,
You can follow the instruction below:
.gridlock-fluid .featured__collection.product-loop {
margin-left: 0 !important;
margin-right: 0 !important;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.