How do I move the sidebar more to the right in TwentySeventeen?
I have tried adding this to style.css
:
.sidebar, .widget-area, .secondary {
position: absolute
margin-left: 120px;
max-width: 250px;
}
But it won't move. If I remove position:absolute
, it is pushed down, getting under all the other content.
Topic theme-twenty-seventeen sidebar Wordpress
Category Web