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

    Hi,
    anyone happen to know why the blocks here are collapsing incorrectly when the browser window is drawn in?

    (link in the mod only area)

    #1112433

    Hey joefraser,

    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

    
     @media only screen and (max-width:767px){
         .av-layout-grid-container {
            width: 100%;
            table-layout: none;
            display: block;
         }
     }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1112878

    Excellent – worked first time.

    Thank you.

    #1113011

    Hi,

    Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Please bookmark Enfold Documentation for future reference.
    Thank you for using Enfold :)

    Best regards,
    Basilis

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Grid Row Not Collapsing Correctly – Mod. Assistance?’ is closed to new replies.