Social Icon not Showing in Home Page Menu Drawer

For some reason the social icons aren’t appearing in the Home Page menu drawer, seems to be fine on every other page, anyone know if this is inherent to the Dawn theme?

@nikofromearth can you please share your website link?

Hi @nikofromearth

There can be an error from your site, can you share your store URL so that I can help check further?

Look forward to your response.

Best, Daisy

Hi, @nikofromearth

Can you share your store url so that I can assist you?

Here’s the link:

https://y00nan-pb.myshopify.com/?_ab=0&_fd=0&_sc=1

@nikofromearth

  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 tag

{% if template.name==“index” %}

@media screen and (min-width:750px) { .menu-drawer__navigation-container{height: 552px;} }

{% endif %}

Doesn’t look like it worked :disappointed_face:

Here’s the link:

https://y00nan-pb.myshopify.com/

Here’s the link:

https://y00nan-pb.myshopify.com/

@nikofromearth it is working, did you make any other changes?