Masonry Content Sizing

  • Posted in : Readme
  • melfiaffect
    Participant

    Hi – I’m using the Masonry style with the sidebar on the right. I’ve adjust the width of the #primary and #secondary areas to make more room in the content area. However, I cannot figure out how to adjust the size of the two masonry columns to make them wider, while still maintaining the two column structure. If I make the size of the “Blog Masonry Item Width (px)” in Theme Options too large, the content stacks into one column. Any help would be greatly appreciated.

    ahmetsali
    Keymaster

    Hi,

    – go to Theme Options > Style > Blog Masonry Item Width (px) = 500px

    – and use this custom css code;

    .with-sidebar .layout-fixed {
        max-width: none;
    }
    @media screen and (min-width: 960px) {
        .with-sidebar { 
            width: 75%;
            }
        .sidebar { 
            width: 25%;
            }
    }
    
    melfiaffect
    Participant

    Thank you! That worked perfectly.

    ahmetsali
    Keymaster

    you are welcome.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register