Navbar Content float left

Hello…

on the site www.mcbox.at I would like to align the navbar menu on the left side.

but when I use the css code:

.x-nav-wrap.desktop {

Float: left;
margin-left: 10px;
}

i have problems with the revolution slider. Is there another way how I can align it left?

thank you!!

Hi @bigdreams,

Thanks for reaching it.

It seems to be correct, the effect in the slider is to wrap around since it’s floating. The fix is adding zero height to your CSS such as height: 0px;. This will remove the dimension where the slider is wrapping into.

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.