Re: My menu drawer inner container is stuck

Solved

Why is my menu drawer inner container not showing up?

Fyney
Excursionist
37 4 15

Hello, i would like help on a bug I'm facing.

 

The problem:

My drawer looks fine but as I see there's a div name "utility-links". that div is stuck on the bottom and can't be seen. I thing is because of a style I made in the theme editor. 

 

Screenshot 2024-01-05 193947.png

 

As you see the utility-links, is being place at the bottom and is stuck as you see in the image.

 

The store password for help: St0r3P4ssw0rd

Accepted Solution (1)

PageFly-Henry
Shopify Partner
1184 335 286

This is an accepted solution.

Hi @Fyney 

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

 

ul.list.list-social.list-unstyled {

    margin-bottom: 4rem !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 3 (3)

PageFly-Henry
Shopify Partner
1184 335 286

This is an accepted solution.

Hi @Fyney 

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

 

ul.list.list-social.list-unstyled {

    margin-bottom: 4rem !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.

Fyney
Excursionist
37 4 15

Thank you, this helped me so much.

PageFly-Henry
Shopify Partner
1184 335 286

Glad to help you @Fyney   😊

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.