Site logo

Archived topic

sticky logo and navigation alignment - RTL

3 replies · Started by Moses on October 5, 2017

Viewing posts 1–4 of 4

Hello, I'm referring to this site: http://daisystudio.co.il
its in Hebrew, with the logo centred and the navigation centred right below it.

When scrolling, I want the logo to stay all the way to the right ('Float' is the professional term?)
and the navigation exactly the opposite - all the way to the left (not just left to the logo)
How can it be done?

Thanks!

Hi there,

This should do it:

.main-navigation.navigation-stick .navigation-logo {
    float: right;
}

.nav-aligned-center .main-navigation.navigation-stick {
    text-align: left;
}

Working great! Thanks :)

You're welcome :)

This archived topic is closed to new replies.