![]() |
Wordpress Theme Help
Does anyone know how I can change this Wordpress theme so that it is not full screen.
http://wordpress.org/extend/themes/tanzaku I want to limit the width to say 960px. I've tried changing the #container and #grid-wrapper divs but it's not working. Any ideas where I need to be looking? |
check index.php looks like it has variables for each column width and how many columns
|
style.css
wrapper or main. Open index.php in dreamweaver and check which Div ID belongs to the full width page. . |
Quote:
Yes, I've tried those. Just changing the max col one has no effect. I've been pointed to the jquery grid script and I can set the width to a fixed value there and that limits the columns to fit the width. Just checking it out an seeing if that's the only thing that needs to be done. |
Quote:
|
you'll need to modify jquery.vgrid.0.1.4-mod.js and after that make the changes in style.css. However, it's highly recommended to leave it at elastic 100%, this theme is made to fit on any device from the widest screen to small mobile screens
|
Ugly theme, but just add a this right below the body tag:
<div align="center"> <table width="700" border="0" cellspacing="0" cellpadding="0"> <tr> <td> </td> Then add this at the very bottom of the footer above body: </tr> </table> </div> |
Quote:
Thanks. |
Quote:
I've only found a couple like it that have this. I thought it would be easier starting out with a theme that had it and then making it look 'good' later. :) Thanks. |
Quote:
|
Quote:
|
All times are GMT -7. The time now is 01:33 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc