Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1217360

    Hi,
    I’m having an issue with the blog masonry not loading the title and text. It also shows only a slice of the images. It makes me think there is a media query somewhere that is messed up or it is inheriting a fixed height from somewhere. Can you please advise on how to fix this issue.

    Thanks

    #1217390

    Note: The problem seems to have to do with the size of the content. My temporary fix to the masonry was to put it in a color section, so it is in a container. We would prefer the grid to be full width.

    Please review the link below page, as it shows the problem. Feel free to play with it (login above), it is there just to show the problem. It doesn’t matter if the masonry is inside or outside of the color section, at full-width everything is cut off on desktop. As the screen gets smaller the text appears.

    #1217728

    Hi nb2556,

    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_section_2 .container {
        padding: 0;
    
    }
    #top div.container .av-masonry .av-masonry-sort {
        padding: 0 20px;
    }
    

    The masonry was not loading because there is an error in JavaScript on the page.

    If you need further assistance please let us know.

    Best regards,
    Victoria

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