Shape 5

Joomla Templates => Corpway - Club => : sjwalter March 27, 2015, 12:34:24 PM



: Reducing main menu thickness
: sjwalter March 27, 2015, 12:34:24 PM
Mike,

How do I reduce the thickness of the main menu?

(It does not seem to respond to reducing the template.css margin-top, margin-bottom. padding-top, and padding-bottom commands I have tried altering.)

Thanks for all your help!  (I am almost there, I hope there are only a couple of more questions.)

Steve


: Re: Reducing main menu thickness
: mikek March 28, 2015, 05:19:29 AM
Hello,

There are several locations in the css that control the height. For example this in s5_flex_menu.css:

#s5_nav li {
    display: block;
    float: left;
    height: 26px;

I would suggest using firebug to easily identify these area and make your required changes. We don't provide support on customizing the template.