Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Jun 2010
    Posts
    35
    Plugin Contributions
    0

    Default How to change the size of a layout box?

    How can I change the size of a box? I have a box on that I want to be shorter. I do not care about the width. Maybe 150 pixels high

    Thanks!

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: How to change the size of a layout box?

    Sidebox height depends on the content therein. Can you post a link to the site?

  3. #3
    Join Date
    Jun 2010
    Posts
    35
    Plugin Contributions
    0

    Default Re: How to change the size of a layout box?

    I figured that was the case but I am having no luck in getting the size to change. Thought maybe there was some extra /p in there

    http://floridagunsandammo.com/index.php

    It is the Live Chat box on the right

  4. #4
    Join Date
    Mar 2009
    Posts
    58
    Plugin Contributions
    0

    Default Re: How to change the size of a layout box?

    Looks to me like there is a <p></p> in your live chat sidebox file that should not be there that is creating a bit of extra space at the top.

    p, address in your css is giving you the space thanks to the padding-top and bottom.

    p, address (line 147)
    {
    padding-top: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 0pt;

    }

    Not familiar with the code for the live chat but I would have a look in your templates sidebox folder for the files.


    If you ask me the space is fine, I'd add a little more to the bottom. There is nothing wrong with a bit of 'whitespace'.

 

 

Similar Threads

  1. How do I change the layout of the 'Discount Coupon' box?
    By DML73 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 16 Mar 2009, 03:55 PM
  2. How to change the shipping box size with Attribute
    By locks321 in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 10 Nov 2008, 04:43 PM
  3. how do I change the size of my left colum box sizes
    By hoygs740 in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 21 Sep 2008, 09:51 PM
  4. How do I change the size of a category name box
    By philpalmer in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 12 Oct 2006, 02:59 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg