Fork me on GitHub

Too much room on left hand side  Bottom

  • 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
  • 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
  • Thanks! I'll give it a try.

    Best regards,
    Flowergrrl
  • 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
  • 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.
  • 0 users

This list is based on users active over the last 60 minutes.