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

    Hi.

    I have a sight at http://lizybloomdesigns.com/newzema. I have a masonry grid (not in a color section) laid out on the front page. There are four blog posts in it. When I stretch it to fill my screen ( I have a very large monitor), the boxes stay pushed to the left. And when I shrink the window, it pushes one of the boxes underneath. How can I get these four boxes to stay in one line, and always fill the space? Like the perfect.png example below?

    Thanks

    Screenshots:
    http://lizybloomdesigns.com/newzema/perfect.png
    http://lizybloomdesigns.com/newzema/little.png
    http://lizybloomdesigns.com/newzema/big.png

    #315155

    Hi lizybloom!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (min-width: 1800px) {
    .responsive.html_stretched .av-masonry-entry {
    width: 25%;
    }}

    Regards,
    Yigit

    #315265

    Ok. That worked for when I make the screen size bigger. Thanks!

    But when I shrink it, one box still moves to the bottom:(

    #315581

    Hi!

    Thank you for the update.

    Please use this on Quick CSS or custom.css:

    @media only screen and (max-width: 1340px) and (min-width: 989px) {
    .responsive .av-masonry-entry {
    width: 25%;
    }
    }

    Best regards,
    Ismael

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