• I would like to reduce the space between the post on the front page. Is is possible to get it thru the regular customisation interface or do I have to add some CSS??!

    Many thanks,

    Fran?ois-Xavier

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Francois,

    You can try adding the following code to your Admin Panel > Appearance > Customize > Additional CSS field:

    .home article {
      padding-right: 5px;
      padding-left: 5px;
    }

    If the code doesn’t help then share the link to your site.

    Thanks!

    Thread Starter fxtv

    (@fxtv)

    Great! I added this CSS:

    .home article {
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    }

    It is much better but there is still a large vertical space between two posts on the front page ??

    Any addistional idea?

    Fran?ois-Xavier

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    For pro or commercial product support please contact the author directly on their site.

    As the author is aware, commercial products are not supported in these forums. As you are their customer I am sure they will have no problem supporting you there.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Customizr Pro: space between post blocks’ is closed to new replies.