Menu width and submenu indicator

Home Forums Pro Support Menu width and submenu indicator

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #68488
    Andrea MarucciAndrea Marucci
    Participant

    Hello and thanks for the plugin. My site is here

    https://www.shift.it/2018

    You’ll see the standard theme menu and the plugin one.

    I want to hide the theme menu but I’ve left it there to show you what I’d want to achieve.

    1 – I’d like that the plugion menu container is full width or at least the same with of the theme menu
    2 – How can I put the small arrow that indicates that there’s a submenu?
    3 – Can you tell me how can I hide the theme menu?

    Thanks!

    #68490
    Andrea MarucciAndrea Marucci
    Participant

    Sorry forgot one thing.

    I’d like that the plugin menu has a little white margin from the top as the theme menu. How can I do that?

    Thanks!

    #68489
    Peter FeatherstonePeter Featherstone
    Participant

    Hi Andrea,

    1. Your current menu is inside a container with a background colour. If you want to do the same with my plugin then you need to look at putting it inside it’s own container and doing the same. What have you tried so far?
    2. This Custom CSS should achieve that for you:

    #responsive-menu-pro-container div.responsive-menu-pro-subarrow { 
       display: inline-block !important; 
    }

    3. This is explained here – https://responsive.menu/knowledgebase/hide-theme-menu/
    4. This Custom CSS should achieve that for you:

    #responsive-menu-pro-container {
       border-top: 4px solid white;
    }

    All the best

    Peter

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Menu width and submenu indicator’ is closed to new replies.