Like before https://member.joomlart.com/forums/d/1955-social-icons-in-horizontal-arrangement I tried putting it in position = footer-3 with custom CSS code: .t3-footer-3 .custom.ja-social li { float: left; }
Pls, I want them in horizontal arrangement. Thanks
basdim
Try with:
.t3-footer .custom.ja-social li { float: left; }
You are the best !!! Thanks