Forums
Home / Theme: Twenty Sixteen / Sidebar From Right to Left
(@mythusmage)
8 years, 11 months ago
How do I?
(@karmatosed)
You would have to change the CSS to do this. For example you can change .sidebar to
float: right;
Tammie, Wouldn’t that be float: left?
(@zindadil)
Hi Tammie I do not see custom.css file ! Is it to be changed in style.css ? I have never created a child theme. I suppose you would recommend to create one. Jay
Tammie,
Float: left; right?
(@rikitikes)
I put in the style.css:
.sidebar { float: right; margin-right: 75%; }
but it does not work well https://nimfa.besaba.com/
(@kokojumbo)
8 years, 10 months ago
None of the suggestions above are real solutions. Here you are the exact answer ??
themes – twentysixteen – style.css
@media screen and (min-width: 56.875em) { .content-area { float: right; margin-right: 0; }
#secondary, .sidebar widget-area{ float: left; margin-left: 0; } }