Before you ask please READ THIS

the columns in the rows appear superimposed on small screens

edited March 2014 in Superior Posts: 10
hello,
I installed the update and the google maps shortcode works fine!
Very good, but there is a problem:
now on a display of a smartphone, the columns in the rows appear superimposed.
In the settings WPBakery Visual Composer plugin I checked the box control "to prevent the content elements will" overlap "one above the other (multimedia on small screens, such as furniture)," but the elements continue to be superimposed.
How can I do? to you on your phone as you see it? you tell me please?
Thanks.

Comments

  • AirAir
    Posts: 10,970
    Hello:-)

    Live link please with page where you see issues.

    With regards.
  • AirAir
    Posts: 10,970
    Damn you are right. It is next thing caused by new version of builder which is not compatible with previous ones. We will fix by the weekend and release update. Sorry for issues and big thanks for reporting it.

    With regards.
  • AirAir
    Posts: 10,970
    Hello

    Add such custom CSS, and check are you good with this:

    @media (max-width: 480px) {
    .vc_responsive .wpb_row [class*="vc_span"] {
    float: none;
    display: block;
    width: auto;
    margin-left: 0;
    }
    }
    With regards.
  • Posts: 10
    unfortunately it does not work :-(
    I look forward to your update.
  • AirAir
    Posts: 10,970
    It does not work cause you have set non responsive version of builder. Change it in its options:-)

    With regards.
  • Posts: 10
    great!!
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