Home › Forums › WoodMart support forum › Menu label push out to left instead of right (Aizaz please :) › Reply To: Menu label push out to left instead of right (Aizaz please :)

Aizaz Imtiaz Awan
Hello,
Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:
.menu-label { position: absolute !important; left: 0 !important; }
This CSS will make them move to the left most area of the concerned Menu Items. So, if you want to move them a bit from the left then just change the value of the left property here to something like left: 5px;
or left: 1em;
whichever unit of value you like that best suits you.
If this doesn’t work for you then kindly share your Site URL in the Private Content field so that we can check directly on your Site and assist you accordingly.
Hope this helps !
Best Regards