Twenty Fifteen : Wider right column for the content
I'm using the theme Twenty Fifteen on my offline site. I want to make a wider column for the content (the right column highlighted in blue here). I don't want to have a smaller sidebar.
I tried to change the value of the "width" property for the class "site-content" but it broke the responsive "functionnality".
Twenty Fifteen's style.css :
/* Right column */
.site-content {
display: block;
float: left;
margin-left: 29.4118%;
width: 80%; /* Original value: 70.5882% */
}
Thanks for your help.
Topic theme-twenty-fifteen css Wordpress
Category Web