Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Can someone help me with this problem in css? Reply To: [Solved] Can someone help me with this problem in css?

#181049
Mikko Laine
Participant

you mean that its off by … 50 px?
that would be because: padding:0px 30px 0px 80px;
padding: [top] [right] [bottom] [left];
or
padding: [top/bottom] [right/left];
or
padding: [top/bottom/right/left] ;
..