SKT Naturo Pro – Header changing (mobile View)

Home Forums All Other Themes SKT Naturo Pro – Header changing (mobile View)

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #204783
    Leon WeiserLeon Weiser
    Participant
    • Topics: 6
    • Replies: 8
    • Total: 14
    Member since: April 20, 2022

    Hello dear SKT team,

    I would like to change my header in the mobile view a little bit. (Website: https://dwv-konstruktion.de)

    In the following image I have created a small sketch, so that it is clear what I mean:

    https://dwv-konstruktion.de/wp-content/uploads/2023/04/Header_changing.png

    The distance between the red area and the green area should be increased.
    – The red area should always be oriented to the left side (purple) with a little distance.
    – The green area should always be oriented to the right side (purple) with a little distance.

    Greetings

    Leon

    #204788
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30632
    • Total: 30632
    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:479px) {
    body.mega-menu-primary .head-info-area .sintp {
      text-align: left;
    }
    .social-icons {
      position: relative;
      right: -15px;
    }
    }

    Regards,
    Chris

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