css: stretch content across screen
-
Hi All. I’m new to WordPress. I’m using the twentyfourteen theme and have successfully removed the content (right) sidebar. However I now want to stretch my content to cover the space left by removing that sidebar. I have added the following to my style.css:
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta, .page-content {
width: 100%;
}This increases the width of the content, but it still only covers half of the available width. How can stretch the content to cover the full width of the page?
Thanks in advance.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘css: stretch content across screen’ is closed to new replies.