Css Drawer Design For Impact Theme

Hello everyone !

I’m trying to design my drawer on mobile but couldn’t succeed…

I want to align the Categories to the middle, the arrow is interrupt the text to be in center… ( The image )

Could anyone help me please ? i can’t find the css for it.

Hi @NinaDesign

Would you mind to share your store URL? Thanks!

Sure, thank you !

https://0dc211-a6.myshopify.com/

  • Here is the solution for you @NinaDesign
  • Please follow these steps:

  • Then find the base.css or theme.css file.
  • Then add the following code at the end of the file and press ‘Save’ to save it.
.text-with-icon.justify-between {
    justify-content: center;
}
  • Here is the result you will achieve:

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.

Thank you so much it’s work perfect !

I’m appreciate it :folded_hands: :heart: