Forums
Forums / Theme: Twenty Fourteen / Increase content area site
(@bharara)
9 years, 11 months ago
Hi
I am using this theme and have a problem The right sidebar is too large and the main content area is too small. I want to increase it. I have added in my child theme style.css this code
.content-sidebar { margin-left: -20%; width: 20%; }
This have shrinked the sidebar but the main area is still small. I have tried many codes like
.content .box { min-width: 1000px; width: 1000px; }
and .site-content { etc but not get any result
.site-content {
Please help me I want to increase the size of main content area
Hey I get the answer
I am leaving it here so the others can get any help from it
I added this in my style.css of child theme
.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content { margin: auto 0; max-width: 950px; }
The topic ‘Increase content area site’ is closed to new replies.