Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #223534

    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

    • This topic was modified 10 years, 9 months ago by Amanda.
    #223812

    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

    #224060

    Hi,
    I meant the padding on the left of the title so it is aligned (on the left) with the text below.
    Thanks

    • This reply was modified 10 years, 9 months ago by Amanda.
    #224171

    Hi!

    Please add following code to Quick CSS instead

    #top .fullsize .template-blog .post-title {
    text-align: left; }

    Best regards,
    Yigit

    #224178

    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

    #224180

    Hey!

    Can you post the link to your website so we can take a look?

    Regards,
    Yigit

    #224191

    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

    #224265

    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

    #225015

    Great it works !
    Thanks !!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Remove padding blog grid’ is closed to new replies.