Aqua-Soft Forums: Wordpress, fluid width for posts - Aqua-Soft Forums

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Wordpress, fluid width for posts Rate Topic: -----

#1 User is offline   mike868y Icon

  • Group: Member
  • Posts: 141
  • Joined: 16-March 07

Posted 28 February 2008 - 11:49 PM

I just installed a new theme on my wordpress blog (http://www.mikemartinracing.com/blog) and I want to make it so that the width is fluid so that in almost any size browser window it looks decent. Everythign seems to be working correctly except when I view an individual post (ex: http://mikemartinrac...5/home-at-last/). The header is fluid to the width, but the actual text in the post overflows the window so that you have to scroll. I messed around with the css a little, but i am no css master and I did not get it work correctly. Thanks for any help
0

#2 User is offline   davidsword Icon

  • Group: Subscribers
  • Posts: 1,016
  • Joined: 19-December 06

Posted 29 February 2008 - 03:41 PM

I believe that its 'l_sect' causing the conflict,
#l_sect {
width:76%;
padding: 5px 0 5px 5px;
float:right;
}

lower the width, or add an overflow rule,

hope that helps
0

#3 User is offline   mike868y Icon

  • Group: Member
  • Posts: 141
  • Joined: 16-March 07

Posted 29 February 2008 - 08:14 PM

how do I add an overflow rule? I tried adjusting the width, but it didnt help. I tried editing the * field by changing width to 100% and adding float:right, but that didnt seem to help

~Edit~
Nevermind I switched to a different theme that I liek better anyway
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic