Before you ask please READ THIS

Problem on mobile when I use more than just one column

edited April 2014 in Superior Posts: 27
Hy,
In homepage and also in About Us page I use columns from visual composer for content. On mobile looks bad. In mobile I want one by one not like on browser from PC. How can I do this??

Thx,
Samuel

Comments

  • Posts: 27
    I found this.

    @media (max-width: 480px) {
    .vc_responsive .wpb_row [class*="vc_span"] {
    float: none;
    display: block;
    width: auto;
    margin-left: 0;
    }
    }

    Is perfect. You can close this.
  • AirAir
    Posts: 10,970
    Thanks for info. We will update theme soon with this fix.

    With kindly regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion