Why is text cutting off on my main webpage?

hi

website

password: sandwich

when you scroll down to the middle of the page this text is cut off, can anyone please help?

1 Like

@lesbrons ,

.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

1 Like

hey @lesbrons

i can do this..

thank you so much…

Hi @lesbrons ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/stylesheet.css->paste below code at the bottom of the file:
.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.