Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • arva2006 Friend
    #154088

    How to put padding 5 instead of 20 left and right at all buttons of the menu?


    1. a
    Sherlock Friend
    #354779

    <em>@arva2006 192963 wrote:</em><blockquote>How to put padding 5 instead of 20 left and right at all buttons of the menu?
    </blockquote>

    Dear arva2006,

    In this case please just try as follow
    Go to the templates/ja_rutile/ja_menus/ja_scriptdlmenu/ja.scriptdlmenu.css file,Look for this css
    #jasdl-mainnav a {
    color:#CCCCCC;
    display:block;
    float:left;
    font-size:92%;
    padding:8px 20px;
    text-decoration:none;
    text-transform:uppercase;
    }
    change it to
    #jasdl-mainnav a {
    color:#CCCCCC;
    display:block;
    float:left;
    font-size:92%;
    padding:8px 5px;
    text-decoration:none;
    text-transform:uppercase;
    }

    I hope that help !

    arva2006 Friend
    #354888

    Thank you 😀

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

This topic contains 3 replies, has 2 voices, and was last updated by  arva2006 14 years, 2 months ago.

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