Okay
  Public Ticket #1388060
Mobile 6 column images misaligned
Closed

Comments

  • laurenlmw started the conversation

    Please provide a fix for the screenshot issue. These are images that are displayed correctly until the mobile view then there are holes. 

  •  9,016
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    @media only screen and (max-width: 1000px) {
        #locations .vc_col-sm-2.wpb_column.column_container.vc_column_container.col.no-extra-padding {
            min-height: 150px !important;
        }
    }

    Thanks


    ThemeNectar Support Team