Greetings all;
I was wondering if there was some way of making it so there is a space between the last side box on the bottom of the page and the footer, atm they are touching and it is bugging me..
Thanks
Darkwander.
Greetings all;
I was wondering if there was some way of making it so there is a space between the last side box on the bottom of the page and the footer, atm they are touching and it is bugging me..
Thanks
Darkwander.
Hello again.
Look for this in your stylesheet;
Don't overwrite with the above code, it might be a little different from yours... just add the line in red into yours and you can adjust the value to give you an adequate bottom bump-stop. If you would like it equal as the top, set the margin-bottom value to match whatever you have set for margin-top.Code:.leftBoxContainer, .rightBoxContainer { margin: 0em; margin-top: 1.5em; margin-bottom: 0.5em; border: 1px solid #d9e6fa; }![]()
Thanks, that worked like a treat.
You're welcome and I'm glad to hear all is well.![]()