Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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 right

    I 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 left

    #1130418

    Hey Yossi,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1130606

    hi Victoria
    the link
    https://www.alinyerushalmi.co.il

    Thank you

    #1130706

    Hi,

    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,
    Rikard

    #1130737

    Hi Rikard
    It works!
    Thank you

    but the flow window of the cart still on the right side
    and the cart icon have a space in the left

    yossi

    #1131878

    Hi,

    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,
    Vinay

    #1134784

    Hi Vinay
    It works!!

    Thank you

    #1135242

    Hi,

    Great, I’m glad that Vinay could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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