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!
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!
Sidebox height depends on the content therein. Can you post a link to the site?
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
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'.