Thread
:
How to make margins lower than -0.9 ?
View Single Post
09-27-2021, 10:00 PM
#
4
deback
Book E d i t o r
Posts: 432
Karma: 288184
Join Date: May 2015
Device: Laptop
Add the following lines into the appropriate class in the stylesheet.css file:
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
margin-top: 0;
Edit the 0 values to be what you want, such as: 0.5em; instead of 0;
deback
View Public Profile
Find More Posts by deback
Track Posts by deback via RSS