Footer Social Media Margin Mobile Overlaps Copyright

Solved

Footer Social Media Margin Mobile Overlaps Copyright

QAPT
Excursionist
25 0 3

I entered some negative margin to the copyright so it can look tighter to the social media icons. Look fine on desktop but on mobile view the social media icons fall over top of the copyright logo.. How can I have the social media icons maybe decrease the space between them so they wont fall into the next line?

 

Screenshot 2024-04-25 at 11.26.08 PM.pngScreenshot 2024-04-25 at 11.26.11 PM.png

Accepted Solution (1)

PageFly-Henry
Shopify Partner
1184 335 299

This is an accepted solution.

Hi  @QAPT 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file -> Save

 

@media (max-width: 767px){

a.link.list-social__link {

    padding: 3px !important;

}

.footer__content-top.page-width {

    padding: 0 !important;

    margin-bottom: 35px !important;

}}

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 2 (2)

PageFly-Henry
Shopify Partner
1184 335 299

This is an accepted solution.

Hi  @QAPT 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file -> Save

 

@media (max-width: 767px){

a.link.list-social__link {

    padding: 3px !important;

}

.footer__content-top.page-width {

    padding: 0 !important;

    margin-bottom: 35px !important;

}}

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

QAPT
Excursionist
25 0 3

hey that worked great, but now the icons are a bit larger... How do I make them smaller?