Too much room on left side.
Hi everyone,
For some reason, I have too much room on the left hand side of my postnuke page. I'm using the holiday theme from Designs4Nuke. I've searched the archives here at Postnuke for:
"too much room on left side"
"room on left side"
"white space on left side"
And others but I can't find the answer. If someone could give me a hint as to what to you, I'd really appreciate it.
The site is at http://www.euronaps.ch
Thanks and best regards,
Flowergrrl
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- mazdev responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 05:25 PM
- nestormateo responded to »Fillters in Clip« 06:33 AM
- damon responded to »Can the Updated Version Check be Turned Off (Z 1.3)« 03:19 AM
- frw responded to »Bug in the SMTP mail transfer protocol - Port 25 - Zikula 1.2.9« 22. May
- mdee responded to »Short URL questions« 22. May
- mesteele101 responded to »Problem in Database Connection« 21. May
- Herr.Vorragend responded to »Clip Documentation and Doubt« 19. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
Too much room on left hand side
-
- Rank: Expert
- Registered: Dec 02, 2002
- Last visit: Apr 30, 2010
- Posts: 1474
Hi there,
You will need to open theme.html (or what ever the main templates are called) and look for the following lines of code:
Code
<td valign="top" width="30%" class="TDLeft">
<td height="89" valign="top" width="48%">
<td height="89" valign="top" width="22%">
(to easily find them search for the widths ie 30%
They are the columns (cells) that contain your left, center and right blocks respectively. By changing the width (%) you will be able to alter each columns width in the theme. Make sure all the percentages add up to 100 at all times ie if you change 30% to 40% you will need to reduce 10% from the other two columns (or one, as long as it adds up to 10%).
Actually V. you could use some styles here:
Code
<td style="vertical-align:top;width:30%;" class="TDLeft">
<td style="vertical-align:top;width:48%;height:89px;">
<td style="vertical-align:top;width:22%;height:89px;">
I am unsure why the height of 89px is there, maybe it was left from the design phase :)
Kindest regards
Lobos
--
-Lobos
Professional PHP Framework Services: Concept, Development and Deployment -
- Rank: Expert
- Registered: Dec 02, 2002
- Last visit: Apr 30, 2010
- Posts: 1474
No worries, you will find these widths in the template and NOT the blocks - just search the percentages 30%, etc :)
--
-Lobos
Professional PHP Framework Services: Concept, Development and Deployment -
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Sep 04, 2004
- Posts: 34
Worked like a charm. One more question though. How can I get the user login form to move to the right so it's under "User Login"? I didn't see anything in the theme.html or the theme.php files.
- Moderated by:
- Support
Users on-line
- 0 users
This list is based on users active over the last 60 minutes.
