Quote:
Originally Posted by igor23740
Hello. I use this CSS Code
Code:
P{
body {
margin-top: 0.70em !important;
}
but it doesn't regulate the footer! Please tell me how to do this?
|
Margin left and right work, but top and bottom margins do not work. If you make the top margin much bigger than the 0.15em the bottom will slide off the screen. I only use the very small number to move the letters in the top sentences to stop rubbing against the top of the background image.
There is nothing you can do but set the top and bottom margins in the layout and not in extra css.