canatasever
asked 7 years ago

Hello,
 
Firstly, thanks for this great theme, I really appreciate it.
I want to ask: Is there a way to make the left sidebar float while scrolling down on the page?
Thanks in advance!

2 Answers
DominicStaff
answered 7 years ago

Which theme are you using? Please send me your site for further checking.

Can Atasever
replied 7 years ago

Hello Dominic,

Thanks for the response. I’m using DW Minion. My website is canatasever.com.
I just want to make the left sidebar float so that when any visitor scrolls down, widgets in the left sidebar float.

DominicStaff
answered 7 years ago

You can add the following code to the style.css file:

.site-nav {
position: fixed;
}
.site-main {
margin-left: 0px;
}
Powered by DW Question & Answer Pro