Okay
  Public Ticket #633571
Column images alignment
Closed

Comments

  • Web started the conversation

    Hi ThemeNectar,

    In this url, with the viewport width between 1048px and 1327px, images just bellow the slider, in the second and third column, show a white space on the top. I've seen that this happens in Safari and Chrome for Mac and also in Edge for Windows. I've checked the settings in the page editor but can't find a solution, can you please help?

    Thanks

  •  8,992
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    @media (min-width: 690px) {
        .full-width-content.vc_row-fluid .wpb_column .wpb_row, .full-width-content.vc_row-fluid .wpb_column .wpb_wrapper {
            margin: 0px !important;
        }
    }

    Best.


    ThemeNectar Support Team 

  • Web replied

    Worked perfectly, thanks