Newsletter and social media icons on phone version

Hi, Please i need help, To extend the newsletter icon, the social media icons on a straight line only on the phone

Thanks in advance

Hey,

Can you please try adding this code into bottom of your base.css file.

if it doesnt work tell me and i will look for another solution.

.ul.footer__list-social.list-unstyled.list-social {
    float: left!important;
    width: 180px!important;
    justify-content: flex-start!important;
}

Nothing change; please i need more help

Can you try instead searching this class: .ul.footer__list-social.list-unstyled.list-social with ctrl+f

in base.css file and change the width from width: 100%!important**;** to this:

width:180px!important;

and delete the code that you added before

Hi,

Thank you for your help

I didn’t find this class, on base css file !!!

can you help me pls

thanks in advance