Hello Experts,
When the screen width is 1200 px, the text overflows the rect
When its below 799 the text is not display in block
What am i doing wrong.
here is the page link: https://www.athreyaherbs.com/pages/shilajit
Thank you for your help.
A user is experiencing a CSS layout issue where text overflows its container at 1200px screen width, while below 799px the text doesn’t display as a block element.
Problem Details:
Proposed Solution:
A respondent suggests adding CSS code to the styles.scss.css file via Shopify Admin:
width: 90% !important to .content-padd p elementsThe discussion appears to be ongoing, awaiting confirmation whether the suggested CSS fix resolves the responsive design issue.
Hello Experts,
When the screen width is 1200 px, the text overflows the rect
When its below 799 the text is not display in block
What am i doing wrong.
here is the page link: https://www.athreyaherbs.com/pages/shilajit
Thank you for your help.
Hello There,
@media screen and (max-width: 1199px){
.content-padd p {
width: 90%!important;
}
}
Screenshot :- https://prnt.sc/20SiA27by_LT