Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Lining up and styling the Dropdown menu

Home / Forums / Virtue Theme / Lining up and styling the Dropdown menu

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
December 1, 2014 at 3:55 am

Hi, I’ve manged, with the help of previous forum posts, to adjust the width of my drop down menu and move the submenu from the right to the left, by adding this CSS:
ul.sf-dropdown-menu {
width: 170% !important;
}
.sf-menu li li ul, ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
left:auto;
right: 100%;
}

However, although better, it isn’t quite what I’m trying to achieve. I would like the Portfolio drop down to be positioned further to the right – actually centred under the heading, and have the submenu, Travel, about half the width that it currently is. What do I need to add to the CSS?

Thanks very much

  • The forum ‘Virtue Theme’ is closed to new topics and replies.