cpuin Posted July 21, 2022 Share Posted July 21, 2022 Hi, I can't find a way to make new paragraphs space to work. This is my blog https://snimam.net/blog In all articles I can't use <br> or <p> they disappear and no space between both rows appear. It is very frustrating I can't make space between text and photo or leave white space between two photos. Prestashop 1.7.6.5 with YBC blog Link to comment Share on other sites More sharing options...
Prestachamps Posted July 21, 2022 Share Posted July 21, 2022 Hi @cpuin As I see there is a css rule which adds 0 margin to all the paragraphs inside blog description. You can change this in: https://snimam.net/modules/ybc_blog/views/css/blog.css line 870 .blog_description p { color: #414141; font-size: 14px; margin: 0; } to .blog_description p { color: #414141; font-size: 14px; } Cheers, Leo 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now