SKT Full Widht Pro – Much wasted space in responsive view

Home Forums SKT Full Width Forum SKT Full Widht Pro – Much wasted space in responsive view

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #24554
    MP EKMP EK
    Member
    • Topics: 40
    • Replies: 149
    • Total: 189
    Member since: October 21, 2015

    With the responsive view of the site the space between the hamburger menu with logo bar (top) and content area is very big.

    Much space is wasted on a relatively small smartphone screen (responsive view).

    BTW: Content area is much slimmer than than top bar, would like to set it the same size.

    Please check the screenshot. Wondering if you could push the content area higher and set the width or build in a feature to define ourselves?

    Screenshot - Responsive view

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

    Hi,

    Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code:

    @media screen and (max-width: 479px) {
    #secondary.home_front_wrap{margin-bottom:0 !important;}
    }

    Regards,
    Brad

    #24826
    MP EKMP EK
    Member
    • Topics: 40
    • Replies: 149
    • Total: 189
    Member since: October 21, 2015

    Worked! Thank you.

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