• Resolved stipep

    (@stipep)


    I’m using Visual composer in this theme and there is a weird bug with Photo Gallery.

    If I put the shortcode inside TABS element, every tab except the first one will be showing a broken style.

    What’s going on? How to fix it?
    Thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter stipep

    (@stipep)

    Fixed it with

    .bwg_standart_thumb_img_2{
    width:100%;
    height:auto;
    object-fit: cover;
    }

    .bwg_standart_thumb_img_3{
    width:100%;
    height:auto;
    object-fit: cover;
    }

    .bwg_standart_thumb_img_4{
    width:100%;
    height:auto;
    object-fit: cover;
    }

    etc… for each new tab I needed to add another class with higher number at the end

    • This reply was modified 6 years, 3 months ago by stipep.
Viewing 1 replies (of 1 total)
  • The topic ‘Style gets destroyed after I put gallery inside tabs’ is closed to new replies.