This topic has 4 replies, 2 voices, and was last updated 8 years, 7 months ago ago by Eva Kemp
Hi
I am working on a 2 language site. English LTR and hebrew RTL.
There is a problem with stick header while scrolling on smaller desktop screens.
1> the logo does not appear
2> the menu items move to the left in ENGLISH and to the right in HEBREW
3> the cart and search icons to nor display well.
see attached links
widescreen
http://postimg.org/image/h7rlc0zy3/
narrow screen
http://postimg.org/image/44vysr9q3/
you can toggle languages in header by clicking on flags.
please assist in css code to fix this issue in both languages
Thanks
Hello,
Please add this code in Theme Options > Custom CSS > Custom CSS for desktop:
.fixed-header-area .collapse {
width: auto !important;
}
Regards,
Eva Kemp.
Hi Eva
thanks for the solution.
I still have a problem with the Nav menu in sticky header.
on some pages for example single product page the sticky header while scrolling reverses the display. When scrolling the logo jumps to the left and cart icon to the right.
https://www.mabellek.com/shop/%D7%92%D7%91%D7%A8%D7%99%D7%9D/surrounded-by-phonies-4/
please assist
thanks
Hello,
Try to use this code:
.rtl .fixed-header-area {
direction: rtl;
}
Regards,
Eva Kemp.
Tagged: display problems, seo friendly, sticky header, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up