DARKF3D3 Posted September 24, 2014 Share Posted September 24, 2014 I placed social block module in footer and i'm trying to horizontally center it, because actually it's slightly to the Left. I made a lot of attempts but never obtained the centered icons. Any idea on how can i do this? html: <section id="social_block"> <ul> <li>.....</li> <li>.....</li> <li>.....</li> <li>.....</li> </ul> <h4>Follow us</h4> </section> css: .footer-container #footer #social_block { float: left; width: 50%; padding: 22px 15px 0 15px; } .footer-container #footer #social_block { float: left; width: 50%; padding: 22px 15px 0 15px; } .footer-container #footer #social_block ul li { float: left; width: 40px; text-align: center; border-bottom: none; } Link to comment Share on other sites More sharing options...
vekia Posted September 24, 2014 Share Posted September 24, 2014 as usually, cases like that needs some custom css changes (in some cases also .tpl changes!) everything depends on other blocks / css styles you use in this case i have to ask about url, it is possible to see it somewhere? Link to comment Share on other sites More sharing options...
DARKF3D3 Posted September 24, 2014 Author Share Posted September 24, 2014 Hello vekia, the website url is in signature. Link to comment Share on other sites More sharing options...
Recommended Posts