• Hi..

    The post width is limited by the width of sidebar… right? There is only one widget in my sidebar (a signup form)…. and the rest of the sidebar is empty…

    I want my posts to stretch into the sidebar where no widgets exist… but… on the contrary…. the the sidebar occupies the space and gives an ugly impression: there is a 4 inch vertical blank space on the right side of my posts.

    Take a look at my site to see what I mean: http://osmansafdar.com/articles/

    How can I solve this issue?

    Help!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Unfortunately, you’d pretty much need to re-engineer your theme.

    You need to move .sidebar1 to .content block, replace float:left with float:right (for sidebar), and remove width from .content.

    Though I’d not recommend, as it will make paragraphs too wide (thus harder to read).

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to stretch posts into sidebar where no widgets exist’ is closed to new replies.