Building a WP theme with a beautiful backend and functionality. My problem, however, is with CSS image captions!
I know I must be missing something basic here, but the width of my image captions is not conforming to the #post_content it is sitting inside.
I appreciate any help!
Example: http://themeforward.com/demo2/?p=758
My Image and Caption CSS: http://snippi.com/s/jpilgjn
its not just the captions - the images and their containing divs are too wide for the #post-content div. remove the inline width styling from:
<
div style="width:1024px;" class="wp-caption aligncenter" id="attachment_1168">
Building a WP theme with a beautiful backend and functionality. My problem, however, is with CSS image captions!
I know I must be missing something basic here, but the width of my image captions is not conforming to the #post_content it is sitting inside.
I appreciate any help!
Example: http://themeforward.com/demo2/?p=758
My Image and Caption CSS: http://snippi.com/s/jpilgjn
its not just the captions - the images and their containing divs are too wide for the #post-content div. remove the inline width styling from:
<
div style="width:1024px;" class="wp-caption aligncenter" id="attachment_1168">