Hello, great temaplate! I am trying to style the custom menu widget to do the following when applied in a left column in main content area:
1) Remove the bullet
2) Right align menu names
This last request may be a stretch:
3) add a right shadow border the length of the menu leaving just the selected menu without shadow or border. If this in not possible just a shadow border to the right is fine.
Hi,
1.) Add this on your custom.css or Quick CSS
#top .widget_nav_menu ul ul li:before {
content: "";
}
To remove the indent, use this:
#top .sidebar_left .widget_nav_menu .sub-menu {
padding-right: 0;
}
2.) The menus are already aligned to the right.
3.) I’m sorry but I don’t understand clearly. Please give us a screenshot.
Regards,
Ismael
Thanks, the css you provided doesnt seem to work. My left sidebar menu is aligned right and looks fine as is. The issue I’m having is when I use the menu widget in the main content area using the Avia layout builder. When use as a widget here it defaults to bullets and left aligned and I can figure out the css to remove bullet and move alignment to right.
Thx
Tom
Here is a screen grab of how I would prefer to style the menu in a side bar. This is different than what I was asking above but I think this is the better way. Check the link:
Ismael, If you send me your email I’ll provide login for my testing server so you can check it out.
Thx
Hi,
You can get in touch with Ismael using these directions: https://kriesi.at/support/topic/images-in-gallery-disappearing#post-120691
Thanks,
Nick