Menu slips away - by fabienne - on WordPress WooCommerce support

This topic has 4 replies, 2 voices, and was last updated 7 years, 7 months ago ago by Rose Tyler

  • Avatar: fabienne
    fabienne
    Participant
    September 12, 2016 at 10:52

    hello
    if I scroll over the menu I can see the subcategories but if I want to drag the mouse to a subcategorie they disappear. how can I change this?

    thank you and kind regards
    Fabienne

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 12, 2016 at 11:14

    Hello,

    Please add this code in Custom CSS:

    .header-type-3 .main-nav .menu > li{
        padding: 30px 12px;
    }
    .fixed-header-area .menu > li{
        padding: 25px 11px !important;
    }

    Regards,
    Rose Tyler.

    Avatar: fabienne
    fabienne
    Participant
    September 12, 2016 at 14:28

    hello

    thank you for your replay.

    I think the problem is the menu is placed just under the top header bar. so the way from the menu to the subcategory is long and the subcategory disappears. how can i place the menu right uper the line?

    also the logo is a bit big and makes the header very wide. I tried to make it smaller but did not go. how can I choice the size of the logo?

    thank you and regards
    Fabienne

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 12, 2016 at 14:50

    Hello,

    Try to fix this issue by adding the following Custom CSS:

    .header-type-3 .logo-with-menu img {
      width: 80%;
    }
    .header-type-3 .main-nav .double-border{
      padding: 0;
    }
    .header-type-3 .main-nav .menu > li {
       padding: 20px 12px;
    }
    .fixed-header {
      padding: 0px;
    }
    .fixed-header-area .menu > li{ 
      padding: 25px 11px !important;
    }

    Regards,
    Rose Tyler.

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.