Main menu RTL

Posted in: Newspaper
Post count: 55

Hi,

I tried to find a solution to my problem here and not found.
How can I make the main menu will be aligned to the right?

Thank you very much!

http://www.hayom.org.il/

  • This topic was modified 11 years by yakir105.
Post count: 7909

Hi,

Have you managed to solve this? I have checked your site and the main menu is aligned to the right: http://screencast.com/t/YaLmxgdYo

Thanks!

Post count: 55

Hi,
I keep working on it,
I’m almost there, besides the search box opens on the right.
Any suggestions?

Thanks

Post count: 7909

Hi,

Please use this custom css: http://screencast.com/t/LgT584aHpIJi

#td-top-search {
right: auto !important;
left: 16px !important;
}

@media (min-width: 1200px){
.header-search-wrap #search-button .td-sp-ico-search {
left: 0px !important;
}

.span1#td-top-search {
right: auto;
left: 48px !important;
}
}

Thanks!

Post count: 55

Thank you very much!
You helped me a lot.

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.