Home Forums Weaver Xtreme Theme Submenu for primary Menu Bar

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #17481
    dmarstein
    Participant

    Is there a way to have the submenu appear horizontally rather than vertically?

    #20617
    scrambler
    Moderator

    Not right now, but the next version may have support for a different menu style that “may” accommodate other menus.

    Keep in  mind horizontal submenus very quickly outrun the width of the page.

    If you give us a link to your site, we can look if some custom CSS could do the job

    #20618
    dmarstein
    Participant

    Here is the site: http://sharondellamonicafineart.com/wordpress/

    The submenu encroaches on the page content. This bothers my client. Her preference would be to have it behave as this one:

    http://www.annereedgallery.com/

    Thank you.

    #20619
    scrambler
    Moderator

    Try to add the rules below in Main options > Fonts & Custom > Custom CSS Rule box. You can tweak the values to your liking.

    It looks like it works, but test and post back if it needs more work

    .is-desktop .wvrx-menu ul {left:-180px;}

    .is-desktop .wvrx-menu ul li {display:inline-block;}

    .is-desktop .sub-menu .sub-menu {left:-150px;top:30px;}

    #20620
    dmarstein
    Participant

    Will do. Thank you.

    #20621
    dmarstein
    Participant

    It worked! Thanks again.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.