Hello
On my website the description of collection is very narrow.
How to stretch that equal to full page width.
Home page text is also narrow compare to the page width .
Need help to fix both issues.
Thank you
Hello
On my website the description of collection is very narrow.
How to stretch that equal to full page width.
Home page text is also narrow compare to the page width .
Need help to fix both issues.
Thank you
Hello @dreamworldeques ,
Follow these steps:
Go to Online Store → Theme → Edit code
Open your base.css file and paste the following code at the bottom:
@media screen and (min-width: 990px) {
.rich-text__blocks {
max-width: 100% !important;
}
}
Regards
Naveen
using CRAFT theme.
Try this one.
.rich-text__wrapper .rich-text__blocks {
max-width: 100% !important;
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
thank you for response. It fixes the text on home page but now descriptions from collection pages are disappear.
Sorry, but that is not the code I provide.