• Hi

    First of all thank you for this amazing theme.

    I have a query. I want to make the widgets move down the page when someone scrolls the page. In long posts, the sidebars remain empty. I want the widgets to also move when the page moves.
    My site- coolden

    Thank you in advance.

    Warm regards
    Utsav

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey there Utsav,

    Hope you’re well! ??

    Since you have a child theme this is the css code to achieve that.

    @media only screen and (min-width: 1201px) {
    
    	.s1 .sidebar-content,
    	.s2 .sidebar-content {
    		position: fixed;
    		width: inherit;
    	}

    Please do note that this will be in-effect when the visitor use screen resolution bigger than 1200px.

    Let me know if it helps! ??

    Best Regards,
    Calvin

    Thread Starter utsavgarg2

    (@utsavgarg2)

    Hey!

    Thank you Calvin for your quick response!
    I made the required changes but it is not exactly how i wanted it to be. Now, the widgets are moving with the page but suppose, you have a long widget in the sidebar. Now you want, that when the user scrolls down, initially the widget is fixed then when the user sees the bottom end of the widget(while scrolling), the widgets move down the page.

    Here is a website that you can see – scoopwhoop.com
    I want my sidebar to respond just like it is doing in this website.

    Thank you very much for your help! ??

    Warm regards
    Utsav

    Hi utsavgarg2,

    You may try a plugin as suggested in this post

    Thanks,
    Avinash

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to make the widgets in sidebar scroll’ is closed to new replies.