Broken columns in WPBakery Page Builder

Home Forums Gillion Theme Broken columns in WPBakery Page Builder

Home Forums Gillion Theme Broken columns in WPBakery Page Builder

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    RESOLVED Posts
  • siberus
    Participant

    Hey

    On desktop Firefox this working fine. However not so good in desktop Chrome and Explorer. I have a 2 columns on the top of some of my pages. But they are displayed in 2 rows instead of 1.

     

    URL in a private info. Please advice. Thanks!

    Solution for this topic

    Hi @siberus,

     

    Sorry to hear of the problem you are having.

     

    You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    @media (min-width: 768px) {
    .post-item-single-container .vc_col-sm-6 {
        width: 45%;
    }
    }

    Best regards,
    Shufflehound team

    siberus
    Participant

    Hi

    I added your code but it didn’t help 🙁

    Any other idea?

    siberus
    Participant

    I think this is because it’s a page, not a post.

    The shared CSS code should work without any issue.

     

    Please test it clearing cache or temporary disabling it.

    siberus
    Participant

    I did clear the cache, checked it here additinaly: browserling.com to make sure it’s not just me. And it’s still doesn’t work. You can see yourself when you go the URL I gave you in private message. Your code is there but no changes.

    I don’t see the code on your site as the cache is still enabled on your site so please temporary disable it.

    siberus
    Participant

    Hi

    I am so sorry. I miss understood you. I thought u wanted me to clear the browser cookies, but you were talking about a cache in wordpress. Everything is clear now and working great.

    Thank you for your awesome support!

    You are most welcome here 🙂

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