Tagged: iconlist
I am trying to reduce the amount of space below the Icon List.
I have tried the following Quick CSS without success:
.avia-icon-list-container {
padding-bottom: 0;
padding-top: 0;
}
I also tried:
.avia-icon-list-container {
margin-bottom: 0;
margin-top: 0;
}
Neither of the above Quick CSS have worked for me.
It may be best if I gave it a Custom CSS Class so it’s not a global change to my entire site.
The page I am working with is:
http://www.ojoexperts.com/books/
Thanks,
-Owen
Hey Owen,
Please try the following in Quick CSS under Enfold–>General Styling:
.page-id-3987 #after_layer_slider_1 .content {
padding-bottom:0px !important;
}
Best regards,
Rikard
That mostly worked…it didn’t bring it down to 0 and negative numbers didn’t work, but it worked good enough for what I needed, thanks!