• I created my own site a few months prior and gave it to a Fiverr developer to get some work done. Now he’s returned me the site but this header above is somehow converted into two rows instead of one as it normally should. If you hold your cursor a little on the “My Account” heading, a page called “Refund Policy” comes up in the third row. All of it is really annoying as ideally, all the heading menu must be in one row up in the header line. There is even much space left on the sides in the first row. I have tried to decrease and increase padding from the Appearance > Customize > Header > General Settings but to no avail.

    Also, I am unable to simply remove the header so I can add a new one from Elementor. There’s no way to remove it too. I am using the latest version of WP and OceanWP theme. Please help, thank you.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello,

    ?Please try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.

    .center-menu #site-navigation-wrap {
        width: 80%;
        justify-content: center;
        display: flex;
    }

    If you want to use the elementor header, once you will create and set the condition, that will automatically overwrite the theme header.

Viewing 1 replies (of 1 total)
  • The topic ‘[Help] Header Not Sizing Up/Down’ is closed to new replies.