instagram kind of menu issue in mobile view

hello every one! hope everyone are doing well. i have created a custom collection menu in circular form using custom code. but it is not displaying properly in mobile view. can anyone please help me with that?

my store details:

https://moortikar.myshopify.com/

store password: rtebra

Looking forward to a solution

Thanks in advance

Hello @momsabhiruchi , Please follow these steps to add this CSS code:

  1. Go to your Online Store
  2. Click on “Themes”
  3. Select “Edit code”
  4. Open your custom section file of this section.
  5. Update the following code at the end of the file or add new as per your section id you put.
#shopify-section-{{ section.id }} ._circle_icon {
  margin: 30px auto;
  overflow: scroll;
}
#shopify-section-{{ section.id }} ::-webkit-scrollbar {
  display: none;
}
#shopify-section-{{ section.id }} {
  -ms-overflow-style: none;
  scrollbar-width: none; 
}
#shopify-section-{{ section.id }} .icon_circle-{{ section.id }} {
   margin: 0px 20px;
}

Feel free to reach out if you have any questions or need assistance.
Best Regards,
DWS.

@momsabhiruchi See the latest reply which i edited with new CSS. Please try this.

Hello @momsabhiruchi

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

@media screen and (max-width: 767px){ #shopify-section-template--23472004399393__circle_menu_xtgqjX ._circle_icon { margin: 30px 0 !important; overflow: scroll !important; } #shopify-section-template--23472004399393__circle_menu_xtgqjX .icon_circle-template--23472004399393__circle_menu_xtgqjX { margin-left: 0 !important; } }

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

Thank you so much for the quick response.. it indeed helped me to reach the solution.. thanks once again

1 Like

Thanks for the reply…thank u so much

Thank you so much for the solution

your welcome @momsabhiruchi glad to help you :heart: