Sub-category text alignment

Hi everyone,

It seems like my text on sub-categories is center-aligned. Any ideas how to make it left-aligned?
Store: wooffantasy.com

Thank you!!

Hi @sunday_april

Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings to solve this issue

.list-menu__item {
text-align: left;
}

Hi @sunday_april

I hope you are well. You can follow our instructions below:1/ Shopify admin > Online store > Edit code: https://prnt.sc/M4p-gua99Uf4
2/ Search for “theme.liquid” file: https://prnt.sc/b6xveIKe-Rh2
3/ Open the file and search for tag and add the following code above tag: https://prnt.sc/KWtKYyZkDtYJ

Here is the code for Step 3:

{% style %}

ul.header__submenu.list-menu > li * {
text-align: left !important;

}

{% endstyle %}

Please let me know if it works. Thank you!

Best,
Daisy - Avada Support Team. (edited)