Home Forums Basel support forum White Bar Above Header on Homepage

White Bar Above Header on Homepage

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #10082

    kparsons
    Participant

    Hello,

    I have the white bar atop my header on my home page – how can I fix this? It actually appears to be covering part of my menu.

    Thank you,

    #10085

    Artem Temos
    Keymaster

    Hello,

    We see a br tag in your page content added via the editor in admin panel. You need to remove it.

    Regards

    #10102

    kparsons
    Participant

    Thank you for your response – how do I get to this? Do you have the directory? Sorry for follow-up question.

    Thank you,

    #10105

    Artem Temos
    Keymaster

    You just need to edit the page in admin panel and find this line break in the page content.

    Regards

    #10132

    kparsons
    Participant

    Hello,

    I’m on the page editor however I can’t find a <br> or line break anywhere like you’re describing. Could one of my plugins be doing this?

    Thank you,

    Attachments:
    You must be logged in to view attached files.
    #10138

    Artem Temos
    Keymaster

    In this case, try to hide it with a Custom CSS code

    .home .entry-content > br {
    	display:none;
    }

    Regards

    #10190

    kparsons
    Participant

    That worked, thanks!

    #10196

    Artem Temos
    Keymaster

    You are welcome!

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