Gap In Post

Home Forums Gillion Theme Gap In Post

Home Forums Gillion Theme Gap In Post

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • DarthHazard
    Participant

    Hi,

    I have published a post where I needed to use Visual Composer/WPBakery builder. However, for some reason, there is a random white gap before the start of the content. Is there a way to fix this?

     

    I don’t have this issue for any of my other articles that I use the normal text editor for.

    Solution for this topic

    Hi @DarthHazard,

     

    I hope you are well today and thank you for your question.

     

    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

     

    .post-content .vc_column_container {
        float: none;
    }

     

    Best regards,
    Shufflehound team

    DarthHazard
    Participant

    Perfect, thank you 🙂

    You are most welcome here 🙂

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