Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • hjalte1983 Friend
    #199005

    Hi, i’m having trouble finding out some css margin code

    I figured out how to move the logo down. But can’t find the right code for the main menu
    also i would like to remove rest of the margin over the main menu (see attachment)

    And last how can i make sub categories under Brands : always show also see attachment image.

    Thanks again for great support, your the best !

    Regards Hjalte


    1. css
    chavan Friend
    #539666

    Go to this File : /components/com_mijoshop/opencart/catalog/view/theme/default/stylesheet/stylesheet.css

    Replace this code


    .box-category > ul > li ul { display: none; }

    with


    .box-category > ul > li ul {
    display: block !important;
    }

    hjalte1983 Friend
    #539727

    Thanks @chavan.
    Do you also have the solution to my other questions?

    I figured out i could set line-height to 1px, in bootstrap.css that helps only alittle bit.
    .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1px;

    chavan Friend
    #539732

    Go to this File: /templates/ja_decor/css/themes/ellis/template.css

    1. Replace this code


    .logo-image { background-size: 100% auto; text-align: center; margin-top: 60px; min-width: 80px; min-height: 25px; position: absolute; z-index: 2; }

    with


    .logo-image { background-size: 100% auto; text-align: center; margin-top: 0px; min-width: 80px; min-height: 25px; position: absolute; z-index: 2; }

    2. Replace this code


    .navbar-collapse { margin-top: 50px; }

    with


    .navbar-collapse { margin-top: 0px; }

    hjalte1983 Friend
    #539751

    Thank you very much

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

This topic contains 5 replies, has 2 voices, and was last updated by  hjalte1983 10 years, 5 months ago.

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