Shape 5

Joomla Templates => Game World - Club => : hackbul November 26, 2015, 08:18:23 AM



: Floating Menu left position
: hackbul November 26, 2015, 08:18:23 AM
Good afternoon. The problem with the Floating Menu, when viewing a page, it moves down the left and stretched to 2 lines. Help me, tell me where and what to fix ?!
http://socmol.ru/ (http://socmol.ru/)


: Re: Floating Menu left position
: mikek November 27, 2015, 07:24:54 AM
Hello,

I don't see any issues with your menu on your site, please post a screenshot of the problem you are seeing.


: Re: Floating Menu left position
: hackbul November 27, 2015, 01:17:18 PM
Hello,

I don't see any issues with your menu on your site, please post a screenshot of the problem you are seeing.
problem in all browsers (mozila, chrome, ie, edge)


: Re: Floating Menu left position
: mikek November 28, 2015, 07:57:48 AM
Hello,

It's supposed to be aligned on the left, as our demo shows.

If you want it centered you would need to add this to custom.css:

.s5_wrap_fmfullwidth #s5_menu_inner {
float:none !important;
text-align:center !important;
}

.s5_wrap_fmfullwidth #s5_nav li {
float:none !important;
display:inline-block !important;
}


: Re: Floating Menu left position
: hackbul November 28, 2015, 02:25:09 PM
Hello,

It's supposed to be aligned on the left, as our demo shows.

If you want it centered you would need to add this to custom.css:

.s5_wrap_fmfullwidth #s5_menu_inner {
float:none !important;
text-align:center !important;
}

.s5_wrap_fmfullwidth #s5_nav li {
float:none !important;
display:inline-block !important;
}
Thank you for help! A little bit corrected code alignment on the left side.

.s5_wrap_fmfullwidth #s5_menu_inner {
float: none !important;
text-align: left !important;
}

.s5_wrap_fmfullwidth #s5_nav li {
float: none !important;
display: inline-block !important;