Compress top part of page in mobile view

Home Forums All Other Themes Compress top part of page in mobile view

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #219315
    Aatu KeränenAatu Keränen
    Participant
    • Topics: 3
    • Replies: 1
    • Total: 4
    Member since: October 11, 2023

    Hi,

    Im using SKT Strong, and when being on front page in mobile view I would like to compress the top part of the website to make it more slim. Currently the company logo is on one row, the social media buttons on one row, and lastly phone/email on another row. Would it be possible to compress this part of the website in mobile view?

    I would for instance like to remove phone/contact details when in phone view (but keep in dekstop and tablet mode), and merge company logo and our two social media buttons on one single row (company logo top left, and social media buttons top right).
    Thanks for all the amazing support.

    URL:
    www.trainologi.se

    #219409
    Sonl SinhaSonl Sinha
    Keymaster
    • Topics: 10
    • Replies: 6986
    • Total: 6996
    Member since: June 12, 2013

    Kindly go to Appearance » Customize » Basic » Custom CSS and paste below code there.

    @media(max-width: 575px){
    .header_wrap .header{padding: 20px 0px 20px;}
    .header .head_inner{display: flex; align-items: center; justify-content: space-between;}
    .header .head_right_area{text-align: right;}
    .head_right_area .head_right_box1{margin: 0;}
    .head_right_area .head_right_box2{display: none;}
    }

    Regards,
    Sonal S Sinha

    #219454
    Aatu KeränenAatu Keränen
    Participant
    • Topics: 3
    • Replies: 1
    • Total: 4
    Member since: October 11, 2023

    Thank you so much, works like a charm.

    Regards,

    #219456
    Sonl SinhaSonl Sinha
    Keymaster
    • Topics: 10
    • Replies: 6986
    • Total: 6996
    Member since: June 12, 2013

    Kindly if possible give us a 5 star review here: https://www.trustpilot.com/review/sktthemes.org

    Regards,
    Sonal S Sinha

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