hi there please help me,
1. how to shrink the distance between sub menus?2. how do you set the height of this section?
3. how do you set the height of this section?
I can do it during CSS inspection but when I enter the code in the theme option it doesn't work.
this is the screenshoot :
and my web link :
Comments
.textwidget ul li{margin:-4px !important;
}
2,3) It's managed by content inserted there automatically.
#Footer .footer_copy{Paste it to the Theme Options > Custom CSS & JS > CSSpadding:0 !important;
}
Thanks