• I inspected a page using chrome and a lot of things looked messed up. I first tried to resize my header logo but then I noticed that the sub-menu items wrapped onto a second line – they didn’t do that before.

    How can I undo the theme update? Something is wrong with it.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    I didn’t understand the issue. Can you please share a screenshot of the issue?

    Thread Starter Jim

    (@kernix)

    I don’t know how to add a screenshot to this forum – the sub-menu items are on two rows. Take a look at the link I added and mouse over either Services or Blog. The container that contains the text for the sub-menu items wraps to a second row where they did not do that before.

    Okay, go to Appearance > Customize > Custom CSS section and add the below code in the CSS filed to fix it –

    .sf-menu li.menu-item {
        white-space: nowrap;
    }
    Thread Starter Jim

    (@kernix)

    That worked – thanks so much!

    You’re welcome!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Problems since theme update’ is closed to new replies.