This topic is: not resolved
This topic contains 30 replies, has 4 voices, and was last updated by buddy_boy8403 4 months, 2 weeks ago.
You must be logged in to reply to this topic.
Discussion area for WordPress, CSS, design and website feedback.
Community Forums › Forums › Design Tips and Tricks › Need Help Changing Size of Sidebar on Magazine theme
This topic contains 30 replies, has 4 voices, and was last updated by buddy_boy8403 4 months, 2 weeks ago.
I don’t have the Magazine theme, so I can’t tell you exactly whats in there, but the reason it might behoove you to look there is because there are usually things in there related to default image sizes, such as:
/** Add new image sizes */
add_image_size( ‘home-bottom’, 110, 110, TRUE );
add_image_size( ‘home-middle-left’, 280, 165, TRUE );
add_image_size( ‘home-middle-right’, 50, 50, TRUE );
add_image_size( ‘home-tabs’, 150, 220, TRUE );
When you increased the width of the sidebar, you needed to also reduce the size of the images and content. You did reduce the size of the content area already, but the image (particularly the default element styling creating a width of 650px getting applied to featured images within a post) have not been touched yet. They are operating off a width of 650px when your entire content area is now only 600px. Obviously if it is showing 650px in a 600px space, there is going to be some cut off occurring. If you make the overflow visible instead of hidden on your style.css line 752 you can see the cutoff I’m talking about.
I hope this makes more sense.
You must be logged in to reply to this topic.
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