This topic has 4 replies, 2 voices, and was last updated 8 years, 8 months ago ago by Jack Richardson
hi
In the hebrew version of the website if you hover on the search Icon in Nav Menu the whole website jumps to the right out of the screen. its some combinataion of hover and scroll
Please assist.
with css code that will not interfere or conflict RTL Direction.
Eva and Jack have credentials
Thanks
Hello,
Try to use this code in Custom CSS for desktop section:
.rtl .et-search-trigger form {
position: fixed !important;
top: 62px !important;
right: 65%;
}
Best regards,
Jack Richardson.
Hi Jack
Thanks for the quick response.
I inserted the the code you gave above beginning with “.rtl” into the desktop custom css section . It did nor work.
I then removed it from there and put it into the rtl.css file without the “.rtl” at the beginning this worked properly
thanks.
So it is only applied via the rtl.css file. If i want to apply it to certain screen widths what would i need to add before this code within the rtl.css file ?
.et-search-trigger form {
position: fixed !important;
top: 62px !important;
right: 65%!important;
}
thanks
Hello,
For example, for desktop view, you need use this code:
@media (min-width: 1200px) {.et-search-trigger form {
position: fixed !important;
top: 62px !important;
right: 65%;
}}
Best regards,
Jack Richardson.
Tagged: cart, hover, icon, themes, translated, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up