24 | Posts |
Help Converting Fixed Theme to Fluid
Can anyone help me to change my theme (One_Point_5 Black) from fixed to a fluid width please.
I have reports that my site has theme breaks.
My site: http://www.themagicalyears.com/
GOALS:
Example: http://www.themagicalyears.com/Books
My css file is located here: http://www.themagicalyears.com/temp/style.css
Thanks in advance!...
483 | Posts |
16.6K | Downloads |
1 | Themes |
1 | Plugins |
2K | Posts |
304K | Downloads |
16 | Themes |
18 | Plugins |
In your css file you have #content width set to 75%. When the browser window get's small, 75% becomes smaller than the width of your main content and things start get re-arranged.
The fix is to add a min-width to the #content css:
#content{ float:left; width:75%; min-width:640px; }
640px was just a guess here
A new release for Typesetter is in the works with a lot of improvements including the ... Read More
Typesetter 5.1Typesetter 5.1 is now available for download. 5.1 includes bug fixes, UI/UX improvements, ... Read More
More NewsFind out more about our Provider Spotlight
What CMS: Find out what CMS a site is using.
Who Hosts This: Find out who is hosting any web site
WordPress Theme Detect: Find out which theme a WordPress site is using