• Resolved weicong1008

    (@weicong1008)


    Hi everyone,

    Anyone know how to make the sidebar of <Fukasawa> fixed when we are scrolling the page as just like in the <Rams> theme?

    View the demo of <Rams> theme here: https://andersnoren.se/themes/rams/

    Thanks a lot!!

    //Ps: I am a beginner to wordpress and also a big fan to ander’s themes.

Viewing 1 replies (of 1 total)
  • Thread Starter weicong1008

    (@weicong1008)

    Dear all, I have solve the issue by replacing the .sidebar code in the structure part.

    Original code:

    .sidebar {
    	width: 280px;
    	padding: 50px 40px;
    	position: absolute;
    	top: 0;
    	left: 0;
    	font-size: 0.71em;
    }

    New:

    .sidebar {
    	width: 280px;
    	padding: 6% 40px;
    	position: fixed;
    	top: 0;
    	left: 0;
    	bottom: 0;
        font-size: 0.71em;
    }

    Thanks:

Viewing 1 replies (of 1 total)
  • The topic ‘How to make the sidebar fixed?’ is closed to new replies.