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

    I’m trying to make the mobile version perfect of a site (http://stratfield.proefsite.nl).
    But i cant make the columns connect. I got a lot of white space between the columns but i want them to connect.
    How can i make that work?

    #929551

    Hey Comceptum,

    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) {
      .responsive #top .container .av-content-small, 
      .responsive #top #wrap_all .flex_column,
       .responsive #top #wrap_all .av-flex-cells .no_margin {
          margin-bottom: 0px;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #929596

    Thanks for your help!

    #929643

    Hi Comceptum,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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