Before you ask please READ THIS

Blog masonry content padding

edited January 2013 in Hypershot Posts: 38
Hey Air,

I was wondering where I could adjust the padding of the content of the blog posts. I would like for the content of the (masonry) blog posts to be closer to the end of the box.
http://d.pr/i/13cy
I'm talking about the blue spaces.
Hope you can help me out :D

Regards

Comments

  • AirAir
    Posts: 10,970
    Your images are helping me helping you:-) Thanks!

    Default padding is set to 30px
    Use this custom CSS to change it
    .archive-item{
    padding: 10px;
    }
    Also if you face something strange with thumbnail videos in masonry blog posts
    go to loop.php and change number from line ~44:
    $media_width = (int)$apollo13->get_option( 'blog', 'brick_width' ) -60;//60 = masonry padding
    this -60 to be value of 2x(padding you have set)
    so in case of padding of 10px you would change this to -20

    With regards.
  • Posts: 38
    Thank you my friend!
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!