Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #27686

    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.

    #134989

    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

    #134990

    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

    #134991

    Hi,

    Can you give us a link to your website?

    Regards,

    Ismael

    #134992

    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:

    http://www.learningpros.com

    Ismael, If you send me your email I’ll provide login for my testing server so you can check it out.

    Thx

    #134993

    Hi,

    You can get in touch with Ismael using these directions: https://kriesi.at/support/topic/images-in-gallery-disappearing#post-120691

    Thanks,

    Nick

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Custom menu widget’ is closed to new replies.