Shape 5

Joomla Club Extensions => Accordion Menu - Club => : sharaci June 20, 2013, 07:49:50 PM



: Accordoin menu not looking good
: sharaci June 20, 2013, 07:49:50 PM
Hi,

I am testing Accordion menu on site in development, www.sexinfo4you.rs . On right side is accordion menu... I think that I need some addition CSS, but I need help on that topic (I do not have too much experience). I would like menu to look like on your demo.

BR

Igor


: Re: Accordoin menu not looking good
: jonahh June 21, 2013, 02:15:31 PM
Hello,

Just change the height to 31px below and this will fix your issue:

#s5_accordion_menu h3.s5_am_toggler {
    background: url("../images/s5_accordion_menu_back.png") no-repeat scroll left center #FFFFFF;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    color: #528CE0;
    cursor: pointer;
    font-size: 12px;
    height: 31px;
    line-height: 31px;
    margin: 0 0 4px;
    padding-left: 24px;
}

http://www.sexinfo4you.rs/modules/mod_s5_accordion_menu/css/s5_accordion_menu.css (line 17)

Regards,