FIXED HEADER AND SIDEBAR PROBLEM - by sushidope

This topic has 6 replies, 2 voices, and was last updated 4 years, 8 months ago ago by Olga Barlow

  • Avatar: sushidope
    sushidope
    Participant
    July 27, 2019 at 17:25

    hi, i have a simple question.
    in my shop, i have fixed header and fixed sidebar, when i scroll the fixed header cover the top of the sidebar… how can i add some padding? please look at my site to understand

    5 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    July 29, 2019 at 08:17

    Hello,

    Check now.

    Regards

    Avatar: sushidope
    sushidope
    Participant
    July 29, 2019 at 09:00

    hi, i check but the fixed header still cover the ”category” text

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    July 29, 2019 at 11:41
    Avatar: sushidope
    sushidope
    Participant
    July 29, 2019 at 14:28

    ok it’s perfect but can i know the mothed? is css?

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    July 29, 2019 at 14:40

    Hello,

    Theme Options > Custom CSS

    .sticky-sidebar {
        transition: opacity 0.2s linear,transform 0.2s ease-in-out
    }
    .admin-bar .sticky-sidebar.is_stuck {
        transform: translateY(50px)
    }
    .sticky-sidebar.is_stuck {
        transform: translateY(20px)
    }

    Regards

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.