I would like to have a more clean and perfect design for my blog posts.. can you please help me custom css my blog posts section just as the picture attached that I like, instead of the one i dont like (text stretched and centered). website: www.naturalnica.com
1. It is possible with custom CSS, just tell us which parts of the theme you want to change the title or paragraphs, and what font size you want to make it.
2. Add the following code in Custom CSS > Responsive > Extra Small (XSS):
.wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-content-container {
padding: 20px 0px !important;
}
Hi!
I would like to have a more clean and perfect design for my blog posts.. can you please help me custom css my blog posts section just as the picture attached that I like, instead of the one i dont like (text stretched and centered). website: www.naturalnica.com
thanks in advance!
Hi Castor,
The following CSS will get the posts to the wanted layout:
You can't get the categories at the top just like in your image example.
Best regards,
Laborator Team
Thanks Art! works really well!
Now I am wondering:
1. is it possible to change the font style and size just for the blog post section?
2. can I have the titles fit the whole proportion/space below the images, just as example attached
thanks!
Hi Castor,
1. It is possible with custom CSS, just tell us which parts of the theme you want to change the title or paragraphs, and what font size you want to make it.
2. Add the following code in Custom CSS > Responsive > Extra Small (XSS):
Best regards,
Laborator Team
1. I will leave it as it is for the moment. thanks
2. works perfectly!! thanks!
Glad to hear that :)
Best regards,
Laborator Team