I am able to achieve all the footer section menu item as vertical columns via custom css. However, on footer section 3 I have placed some social links icon which I am trying to place horizontally. Not sure how to do that? Please advice.
Hi @dgarcia210,
I hope you are well today and thank you for your question.
Could you please share me your site URL where it’s displaying so that i can help you to achieve it?
Kind Regards,
Movin
Hi @Movin,
I’ve uploaded a demo content at this URL -
You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.
Admin Area -> Appearance -> Customize -> Shapely Options -> Other
.footer-widget-area .footer-widget:nth-child(3) li {
clear: none;
margin-right: 15px;
}
Thanks a lot @Movin. It worked perfectly.
You are most welcome here