Viewing 2 reply threads
You must be logged in to reply to this topic.
Hello,
i have a little problem round here.
I wanted to have a sticky navigation, with logo and , of course, navigation.
You gave this code to someone here at the support forum
https://www.codeshare.io/Dh7n2 and told him to replace it with https://www.codeshare.io/pcD94 .
I followed your instructions, but somehow it doesnt work out for me and my site, because now my Navigation Bar is centered rght and i have no clue how to center it again. It would be great, if you can help me out.
Best regards
Hello,
Please add these lines into your custom css box:
header#header #navigation {
float: none;
}
Best regards!
Hey thank you for the code. It didnt work at first but after adding !important it works
#header #navigation {
float: none !important;
}
Thank you for your support
You must be logged in to reply to this topic.