Hello,
In a page, I wish to present one category of blog posts, I integrated the content element “blog posts” and chose full content.
Problem is the title is centered and there is much padding around it. How can I remove this blank space around the title of the post so it is aligned with the text below ?
Thank you
Hi Amanda!
You can adjust the top and bottom padding of the posts title. Add this on Quick CSS:
#top .fullsize .template-blog .post-title {
padding: 2px 0;
}
Best regards,
Ismael
Hi,
I meant the padding on the left of the title so it is aligned (on the left) with the text below.
Thanks
Hi!
Please add following code to Quick CSS instead
#top .fullsize .template-blog .post-title {
text-align: left; }
Best regards,
Yigit
Hello
Thanks but it is still not working… The title has moved a little to the left but is not aligned with the text below.
Screenshot : https://www.dropbox.com/s/w0azz9abqb10qkp/img-enfold.png
Thanks again
As the website is in progress, as it is replacing the old site, it is only accessible for some ip addresses.
Will get back when it is put online.
Thanks for your time
Hey!
Please use this:
#top .fullsize .template-blog .post-title {
text-align: left;
}
#top .fullsize .template-blog .post-meta-infos {
text-align: left;
}
Cheers!
Ismael
Great it works !
Thanks !!