• rumuse49

    (@rumuse49)


    Hello,

    I am having problem with blank spaces when I am setting up pages in WordPress. I have tried to get rid of them but it seems that i cant.

    Does someone have any tip?

    View post on imgur.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • Joy

    (@joyously)

    Use the browser Developer Tools to inspect that HTML. You should see some class name or something to help identify what it is and where it is coming from.

    Vlad T

    (@vladytimy)

    Hi, @rumuse49
    Can you share a link to your website? (Please note this will be public and will not be later removed)

    Thread Starter rumuse49

    (@rumuse49)

    Vlad T

    (@vladytimy)

    Try adding this in Dashboard – Appereance – Customize – Additional CSS in the Customizer

    .page .single_post_cont {
        background-color: transparent;
    }

    This will remove the white page post container background from all of your pages! If you need that white background on other pages, use

    .page-id-164, .page-id-xxx instead of .page .single_post_cont

    where 164 is the ID of your contact page and then, separated with a , you can add more page-id-xxx classes (xxx = the ID of the page).

    As Joy, suggested, you can learn how to use the Chrome Developer Tools or Firefox Developer Tools to help you see and test changes to your CSS.

    Hope this helps,
    Kind regards!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Problem with blank spaces’ is closed to new replies.