Re: moving social icons closer in footer

How can I move social icons closer to the footer's quick links section?

hasanali1
Shopify Partner
126 5 15

need to move the social links right under the quick links section, thanks in advance for the help!screencapture-divafashionn-myshopify-2023-09-08-14_07_06.png

 

 

 

https://divafashionn.myshopify.com/

divabrand

Replies 2 (2)

Moeed
Shopify Partner
7161 1937 2361

Hey @hasanali1 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
@media screen and (min-width: 768px) {
ul.list-unstyled.list-social.footer__list-social {
    width: 33%;
    justify-content: flex-start;
}
}
</style>

RESULT:

Moeed_0-1694153670008.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


dbuglab
Shopify Partner
473 51 53

Hi @hasanali1 

Please follow these Steps:

1) Go to Online Store
2) Edit Code
3) Please find theme.liquid file
4) Add the following code above </head> tag

<style>
ul.list-unstyled.list-social.footer__list-social {
    margin-right: 23%;
}
</style>

 

dbuglab_0-1694153877859.png

 

banned