This topic is: resolved
This topic contains 21 replies, has 3 voices, and was last updated by SoZo 3 months, 2 weeks ago.
The topic ‘Increase Sidebar Width on eleven40 Theme’ is closed to new replies.
Discussion area for WordPress, CSS, design and website feedback.
Community Forums › Forums › Design Tips and Tricks › Increase Sidebar Width on eleven40 Theme
This topic contains 21 replies, has 3 voices, and was last updated by SoZo 3 months, 2 weeks ago.
What is it you’re seeing in the sidebar?
You have a Pages widget in footer widget 1. Is that what you’re referring to? Can you post a screenshot?
John “Nicolas Flamel” Wright | SoZo’s design| John Wright Photography
I can confirm that your content and sidebar are properly aligned. The sidebar isn’t pushed to the bottom, looks great from my iMac.
When the View (zoom) in Firefox is set to normal the sidebar goes to the bottom. When the View is zoomed out 2 clicks then the right sidebar comes to the top where it should be. No matter how much I zoom out in Safari, the sidebar remains at the bottom. It must have something to do with the responsive theme?
No, the responsive rules only kick in when you reduce resolution or the viewport size not when you zoom in or out.
Make sure your zoom is set to actual size.
John “Nicolas Flamel” Wright | SoZo’s design| John Wright Photography
Here’s a link to a screenshot of how the sidebar is forced to the bottom on my computers -
http://www.petcarejournal.com/sidebar.bmp
I figured out the problem. There was one more piece of code to edit to make it render properly across all the machines. In the CSS scroll all the way down to this category:
/* Responsive Design
———————————————————— */
Change the width here too:
.content-sidebar #content,
.sidebar-content #content {
width:630px;
}
So in the eleven40 theme, using content and 1 sidebar (and the other layouts could be adjusted accordingly I reckon), there are 3 places to change the width for content and sidebars:
/* Content
———————————————————— */
.content-sidebar #content,
.sidebar-content #content {
width: 810px;
}
/* Primary / Secondary Sidebars
———————————————————— */
.sidebar {
display: inline;
float: right;
font-size: 14px;
padding: 25px 0 0;
width: 250px;
}
/* Responsive Design
———————————————————— */
.content-sidebar #content,
.sidebar-content #content {
width: 630px;
}
Thanks so much John for all of your help,
Ellis
The topic ‘Increase Sidebar Width on eleven40 Theme’ is closed to new replies.
Are you a blogger, web designer, developer, or website owner looking to generate more income?
Promote products for the largest and fastest growing online website platform as part of our affiliate program.
© Copyright 2013 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us