Is it Possible to Change the Padding
-
I am working with the cutline them and was wondering if it was possible to reduce the space left between widgets in my sidebar? I thought if I went in a tweaked the padding it would reduce the space. Has anyone else tried doing this?
-
I looked at your css and this helped to reduce the space between widgets,
li.widget ul,li.linkcat ul {
list-style:square;
margin:0 0 15px 20px; margin-bottom: -30px;
}I just added margin-bottom: -30px; to the already existing li.widget ul,li.linkcat ul {} class
HTH
-
- The topic ‘Is it Possible to Change the Padding’ is closed to new replies.