LULU3 Posted November 26 Posted November 26 Why is the top paragraph text box of my blog post on mobile not reaching the sides, whereas the paragraph underneath does? https://luluthelabel.com/blog/christmas-accessories-gift-guide-blog-post
Solution Spark-Plugin Posted November 27 Solution Posted November 27 (edited) Hello @LULU3, You might want to check if there are any spacer blocks on either side of the text block that could be preventing it from stretching to full width. I've attached a screenshot for reference to help you identify this in your layout. And if there are no Spacers, you can add this code: Navigate to Pages > Website Tools > Custom CSS. Paste the code into the CSS editor. Hit Save and you’re done @media only screen and (max-width: 640px) { .sqs-layout .sqs-row .sqs-block:first-child { margin-left: 0% !important; margin-right: 0% !important; } } Edited November 27 by Spark-Plugin - Answered by Iuno from sparkplugin.com
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment