Before you ask please READ THIS

Sub menu hidden under page text

in FatMoon Posts: 32
Hi Guys,

I have an issue on my live site where the menu is now hidden under the page body.

See www.weseggs.com.au

If you click on the menu item "buy". The sub menu drops down and you cant click on the sub menus

Are you able to give me some ideas on where to start?


Thanks

Wes

Comments

  • Posts: 32
    I have just made it a link to the shop for the moment until you guys come online. I will revert it back once your online
  • AirAir
    Posts: 10,970
    Hey Wes!

    It seems someone messed CSS of your site and decreased z-index for header. By default it was set to 11, but now I see it is set to 2.

    Add such custom CSS(or edit style.css) to fix it:
    .header-horizontal #header{
        z-index: 11;
    }
    With kind regards.
  • Posts: 32
    Hi Air,

    I have just updated the css but there is no change

  • Posts: 32
    I have reverted it so the sub menu's are shown
    www.weseggs.com.au

    See the "BUY" menu
  • AirAir
    Posts: 10,970
    I don't see custom CSS added anywhere on the page. Maybe some cache plugin is blocking it. Where did you add it?

    With kind regards.
  • Posts: 32
    Oh, I had to do a full page refresh

    Its working now
  • Posts: 32
    How would that have changed? Nobody would have done that on my site.

    It seemed to have changed once I was adding some menu items
  • AirAir
    Posts: 10,970
    Please reply on the forum :-)
    ​I just added it in the fat moon child theme folder style.css​
    It works fine now, after cache refresh :-)
  • Posts: 32
    Thank you for the support, its really appreciated
  • Posts: 32
    Ill be honest Since upgrading to the Fat Moon theme. Its been very much problem free
    Your theme is very good.
  • AirAir
    Posts: 10,970
    Weseggs said: How would that have changed?
    Hard to say, I just see it is in line 1640~ in style.css

    I have checked a history of this file across all versions and it looks like it was 11 from version 1.0 ;-)

    Glad we could solve it quickly!

    With kind regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion