Okay
  Public Ticket #1350321
Item limitations in rows within Categories
Closed

Comments

  • iNerdia started the conversation

    Hello again, I wasn't sure if you got my replies on the other ticket but I figured out how to get rid of the side bar and make the content section span12... 

    So now I am to the point where I need to figure out how to limit how many items will be shown on each row and how to make them the correct sizing. 


  •  93
    djwd replied

    Hi there,

    unfortunately this would need several customizations that go beyond regular support license. 

    To put you on the right track I can say that the layout is controlled by masonry script, so blocks are adjusting accordingly to browser window. You might want to play around with its settings in functions.php from line 601, especially this part:

    var gutter = 30;
    var min_width = 260;

    Hope it helps

    Regards
    djwd

  • iNerdia replied

    Thanks so much I changed the min_width form 260 to 300 and it worked perfectly!

    I appreciate all the assistance. This is going to make the site easier to push with readable items rather than side bar navigation, viewers will have to actually turn the page to see content!

    var min_width = 300;
  •  93
    djwd replied

    Great, glad it helped! 

    Regards
    djwd