• Resolved paulpablito

    (@paulpablito)


    Hi,
    I love this theme. I have a little question (I tried to find in the blog without success): I moved the navbar to the top but when I go over a menu, the pop-up with the sub menu goes “up”, out of the page. It’s possible to set the sub-menu on the navbar to open down and don’t up.
    Thank you in advance and sorry for my poor english.
    Paolo.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Yes, you can use CSS in a child theme or a CSS plugin (like Jetpack) to do this. I recommend using Firebug for CSS work–makes it much easier.

    You’d need to reset the positioning on the submenus, probably something like this:

    #header-menu ul.menu ul {
       top: 100% !important;
       bottom: auto;
    }
    #header-menu ul.menu ul ul {
       top: 0 !important;
    }

    You may need to play around with it to get the look you want. We don’t offer CSS support on this forum, but the above resources should get you started.

    Thread Starter paulpablito

    (@paulpablito)

    Thank you very much!
    I’ll get right to work.
    Besta regards,
    Paolo.

    Thread Starter paulpablito

    (@paulpablito)

    Hi Caroline, now it’s ok!!! The sub menu pop down now.
    Thank you very much!!

    hello @paulpablito

    could you please share your trick for making sub menus show?
    I have the menu bar at the top too and can’t get it to show my sub-menus..

    Any help would be appreciated.

    Thread Starter paulpablito

    (@paulpablito)

    Hi Katie,
    I have to go again to see the css. The site is finished and It’s little hard to remember… Tomorrow I’ll try to see the css. Almost certainly I came to the solution by some trials. Then you should in the meantime to follow the advice of Caroline: try to install Firebug and to modify until you find the solution.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Buttercream Theme’ is closed to new replies.