Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • djmarkus Friend
    #191941

    Need help to reduce the menu spacing and also extend the allowable menu space so menu items are all on the same line on http://www.aspanishproperty.com

    TomC Moderator
    #511064

    Within file path –> /templates/ja_magz/css/template.css
    at line 1851, you will see the following:


    .t3-mainnav .navbar .nav > li > a {
    border-left: 1px solid #1A2C4A
    border-top: 0 none;
    color: #FFFFFF
    font-size: 12px;
    font-weight: 700;
    padding: 3px 20px;
    text-shadow: none;
    text-transform: uppercase;
    }

    Modify the “padding” property to reduce the space between each menu item – for example:


    .t3-mainnav .navbar .nav > li > a {
    border-left: 1px solid #1A2C4A
    border-top: 0 none;
    color: #FFFFFF
    font-size: 12px;
    font-weight: 700;
    padding: 3px 10px;
    text-shadow: none;
    text-transform: uppercase;
    }

    You can, of course, play around with the pixel value until you arrive at the result you’re most happy with.

    Hope That Helps

    tfosnom Friend
    #511076

    <em>@TomC 396369 wrote:</em><blockquote>Within file path –> /templates/ja_magz/css/template.css
    at line 1851, you will see the following:
    Removed for brevity
    Hope That Helps</blockquote>

    @ TomC and Mods
    This is a valuable answer to a commonly asked question, can we please make use of the nearly empty “Solved” area of this forum for items of importance like these and get this and other common FAQ answers moved there please?

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

This topic contains 3 replies, has 3 voices, and was last updated by  tfosnom 10 years, 10 months ago.

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