Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #531262

    Hi
    I’m using enfold and woocommerce for my RTL website.
    I wanted to move basket icon to left in main menu and just before the search icon.

    How i can do that?

    • This topic was modified 8 years, 6 months ago by alirezaafshar.
    #531791

    Hi Alireza,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Thanks,
    Rikard

    #531803

    Hi Rikard

    Unfortunately its not on the web host. i’m using local host for that.
    Could you access to the attached screenshot?

    #532320

    Hi,

    It’s very difficult to your give you any exact code if you’re working locally since we can’t inspect the element, but you should be able to control the cart icon using the following CSS:

    .cart_dropdown {
        position: absolute;
        top: 50%;
        right: 7.5%;
        margin: -23px 50px 0 0;
    }
    

    Best regards,
    Rikard

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