Space between mobile menu and e-commerce cart

Home Forums SKT Full Width Forum Space between mobile menu and e-commerce cart

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #205891
    BikoBiko
    Participant
    • Topics: 67
    • Replies: 70
    • Total: 137
    Member since: November 29, 2019

    Hi,
    On mobile (smartphone), the mobile menu and the e-commerce basket seem to stick together (very close).
    See screenshot: https://prnt.sc/g9gHVx_uA4vm
    How to put a space, a horizontal separation between the mobile menu and the e-commerce basket.
    Thanks in advance.

    #205902
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    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:767px) {
    .header-extras {
      padding-right: 55px !important;
    }
    }

    Regards,
    Dave

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