How can I display a shopping cart icon next to the menu

Home Forums SKT Full Width Forum How can I display a shopping cart icon next to the menu

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #192123
    Maria BordoliMaria Bordoli
    Participant
    • Topics: 46
    • Replies: 58
    • Total: 104
    Member since: December 14, 2021

    Good morning,
    I have the “aeliaspa.gr”, I would like to ask, how can I display a shopping cart icon next to the menu on mobiles phones, which when the user presses it, leads him to his cart. As you will see I was able to put something like this but I can not put it next to the menu.

    #192124
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (max-width:1000px) {
    #simple-menu { position:relative; right:32px;}
    .kalathi {
      position: absolute;
      right: 0;
      top: 187px;
    }
    }

    Regards,
    Chris

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