Shape 5

Joomla Templates => News Blog - Club => : forensys May 04, 2018, 08:13:03 AM



: Floating menu problem
: forensys May 04, 2018, 08:13:03 AM
Hi!

There is a bug: Between 1370px and 1487px the floating menu drops out of its place. See on the attached picture.


: Re: Floating menu problem
: jonahh May 04, 2018, 11:59:32 AM
Hello,

Can you please post a URL of this? As you can see on our demo this doesn't happen. I would need to take a first hand look. Most likely its the menu item length but we can adjust some padding, etc to take care of this.


: Re: Floating menu problem
: forensys May 07, 2018, 02:25:28 AM
I tested and your demo site has this problem too, If I extend the menu, see on the attached picture.


: Re: Floating menu problem
: jonahh May 07, 2018, 01:54:22 PM
That is because you added text to the menu items. Yes this will happen if you do that, there is only so much horizontal space. So you can either consolidate the menu items on your site or I can help as I suggested above by telling you how to decrease menu padding in the CSS files.


: Re: Floating menu problem
: jeffj July 26, 2018, 01:02:42 PM
Same issue here.

Could you tell me what CSS file and line number where I can decrease the padding in my menu? Would like to decrease the same pixel amount in both the main/top menu and its corresponding floating menu.

Thanks in advance!

jeff


: Re: Floating menu problem
: jonahh July 27, 2018, 10:15:49 AM
You can change the left/right padding below:

:
#s5_nav li .s5_level1_span1 {
    background: none;
    height: 32px;
    display: block;
    padding-left: 12px;
    padding-right: 12px;
}

s5_flex_menu.css line 186