Home Forums Basel support forum Gap Problem

Gap Problem

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10413

    wantons
    Participant

    Hello!

    I set a 30px gap for my blocks in visual composer
    everything works ok, but when i open my website in tablet and mobile, a white space appear in the left of the screen for no reason

    screenshot: http://uupload.ir/files/6eac_r5gy5ry.jpg

    and here is a live page that you can check the problem online: http://www.kenvuccy.com/19-2/
    ( if you want to check the problem in desktop screen, first resize the browser screen to mobile size, then use the ” left key ” to see the gap )

    + I checked the page with another theme, it was ok. so the problem is with basel theme

    thanks.

    #10414

    Artem Temos
    Keymaster

    Hello,

    It seems to be a Visual Composer issue. Try to add the following code snippet to the Custom CSS for mobile devices and tablets to compensate this extra margin

    .vc_row.vc_column-gap-30 {
        margin-left: -15px;
        margin-right: -15px;
    }

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)