Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #128221
    Bergie
    Participant

    My Top drop down menu items are wrapping and I would like to have them on a single line.

    Parallax Frame Pro

    http://originslc.com/

    Thank you!

    #128236
    tikaram
    Keymaster

    @klevinberg : Go to Appearance => Customize => Additional css and add the following css.

    .parallax-frame-nav-menu .sub-menu li {
    	display: block;
    	float: none;
    }
    .parallax-frame-nav-menu .sub-menu {
    	width: auto;
    }
    .parallax-frame-nav-menu .sub-menu a {
    	width: auto;
    }

    Let me know if this resolves your issue.

    Regards,
    Tikaram

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Menu Wrapping’ is closed to new replies.