Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #840035

    Hey, i did not find any solution on this in the forum. What would be the best solution:
    i am using a 4 column masonry for my portfolio items with the option to display options. So i have got a category with 5 items, one with 1 item and 10 items.
    The problem is: If i choose a category with less than 4 items (=one line) the footer jumps extremely up.
    How can i define a minimun height for the whole masonry – so it does not look that way. Its very choppy. Or is it suitable to fix the footer?

    Thank you very much!

    #840198

    Hey Tobiy,

    You can enable the custom classes following this article: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and you can add a custom CSS with a min-height in this class.

    Best regards,
    John Torvik

    #840321

    Hey John,

    css min height for the portfolio masonry or for the specific item? and..how, may you give me a sample?

    Best regards,
    tobi

    #841335

    Hi Tobiy,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #av-masonry-1 {
         min-height: 480px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.