• Resolved leokand

    (@leokand)


    Today I updated Neve to 2.8.1, and I encountered problems with the header in my child theme:
    1. The logo and the HTML text (email and phone number) instead of being in the container are at the extremeties of the screen.
    2. The upper menu instead of being in 1 line are in a column + the color scheme is not functioning properly.

    I checked the setting in the dashboard, everything seams to be set up correctly, but the problem still exists.

    • This topic was modified 3 years, 7 months ago by leokand.

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi @leokand,

    If you are using a child theme, can you please try to switch to the default theme and check if the problem still persist?

    Thanks!

    Thread Starter leokand

    (@leokand)

    I already did. In the parent theme it’s ok.

    If it’s ok in the parent theme then it’s something wrong with the customizations made in your child theme. Try to delete them one by one for the moment and see what causes the issue. 🙂

    Thread Starter leokand

    (@leokand)

    I repeat: BEFORE I made the update of Neve everything was fine both in the parent as in the child theme. AFTER I made the update it is not fine in the child theme any more.

    I already checked several times all the possibilities. If you could tell me where (in which file) are located these settings, I could look manually. But now I do not know what to do.

    Thread Starter leokand

    (@leokand)

    Anybody?

    Thread Starter leokand

    (@leokand)

    Can somebody answer me?

    If you could tell me where (in which file) are located these settings, I could look manually.

    Hi @leokand,

    Try applying this CSS to Additional CSS section of Customizer to make menu items in line:

    li.menu-item {
        display: inline-block;
    }

    Also, if the issue happens with your child theme only try checking what were the customizations that you made for the child theme that could affect the header layout and try reverting them back to the default state.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Problems with header after update’ is closed to new replies.