-
AuthorPosts
-
August 23, 2019 at 10:00 am #1130265
hi
I am using the enfold theme in RTL
the header area is – the logo in the center end the menu below
the social icons on the left
end the cart icon on the rightI need to switch between the icons so they will be like this
the social icons will be on the right
end the cart icon will be on the leftAugust 23, 2019 at 5:22 pm #1130418Hey Yossi,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaAugust 24, 2019 at 2:55 pm #1130606hi Victoria
the link
https://www.alinyerushalmi.co.ilThank you
August 25, 2019 at 6:03 am #1130706Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.html_bottom_nav_header.html_cart_at_menu #top .av-logo-container .social_bookmarks { left: auto; right: 0; } .html_cart_at_menu.html_bottom_nav_header #menu-item-shop { float: none; right: 0; }
Best regards,
RikardAugust 25, 2019 at 10:17 am #1130737Hi Rikard
It works!
Thank youbut the flow window of the cart still on the right side
and the cart icon have a space in the leftyossi
August 29, 2019 at 1:54 pm #1131878Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
/* CSS - */ #menu-item-shop .dropdown_widget { right: auto !important; top: 91px; left: 0 !important; }
You may not see the changes until the cached files are cleared in your browser.
Please perform the below steps to clear the browser cache:
1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
3. Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload”.
Best regards,
VinaySeptember 6, 2019 at 7:58 am #1134784Hi Vinay
It works!!Thank you
September 7, 2019 at 7:24 am #1135242 -
AuthorPosts
- You must be logged in to reply to this topic.