Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • edmundfrench Friend
    #164360

    Hi, the sub menu on the standard VM product display (in the left column) isn’t aligned to the parent menu item (as per under ‘extras’ here: http://oakfloors.sway-search.co.uk/index.php?page=shop.browse&category_id=17&option=com_virtuemart&Itemid=53 )

    I can’t see where I change the CSS to change the behaviour – it doesn’t seem to show in Firebug.

    How do I go about lining up the sub menus so they sit flush under the parent menu (so with a right margin of a few px).

    Also the underlining is going right to the edge of the left column on hover. Any ideas how I change this?

    dantiusmedia Friend
    #392898

    If I understand what you need, i had the same problem. I solved it in this way: in templates/ja_mesolite_ii/css/ja.vm.css after this code

    <blockquote>/*Categories Module*/
    a.mainlevel {
    display: block;
    outline: none;
    padding: 8px 15px 9px;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    color: #666666;
    border-top: 1px solid #E6E6E6;
    background: url(../images/arrow.png) no-repeat 92% 14px;
    }

    a.mainlevel:hover, a.mainlevel:active, a.mainlevel:focus {
    background: url(../images/arrow.png) no-repeat 92% 14px #F7F7F7;
    text-decoration: none;
    }
    </blockquote>

    i add

    <blockquote>
    a.sublevel {
    padding: 8px 0 0 16px;
    font-style: normal !important;
    }

    a.sublevel:hover, a.sublevel:active, a.sublevel:focus {
    text-decoration: none;
    }

    </blockquote>

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  dantiusmedia 13 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum