• Resolved wordzebra

    (@wordzebra)


    Hello,

    I have two pages identical in layout, but one of them is showing an unwanted white line between the first and the second sections (i.e. between the one with the picture and the title at the top and the one where the article is). What is causing the white line to appear and how to remove it?

    Here is the page with the white line:

    https://www.presskiss.com/post2/

    And here is the one where everything is shown properly:

    https://www.presskiss.com/bg/post1/

    Best regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter wordzebra

    (@wordzebra)

    PS I just noticed the white space is between all sections! So it needs to be removed from everywhere, not only between the first two sections.

    Hi @wordzebra!

    The code below should fix this, it has to be added in the Additional CSS section within the Customizer.

    .page-id-590 .wp-block-themeisle-blocks-advanced-columns {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    Have a nice day!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Unwanted white space – how to remove?’ is closed to new replies.