This topic has 6 replies, 2 voices, and was last updated 5 years, 3 months ago ago by Olga Barlow
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
Hello,
Check now.
Regards
hi, i check but the fixed header still cover the ”category” text
Hello,
Clear the browser cache https://chrome.google.com/webstore/detail/clear-cache/cppjkneekbjaeellbfkmgnhonkkjfpdn?hl=en
Regards
ok it’s perfect but can i know the mothed? is css?
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
You must be logged in to reply to this topic.Log in/Sign up