Home › Forums › WoodMart support forum › Post category move to left top › Reply To: Post category move to left top
March 26, 2020 at 11:48 am
#182474
Aizaz Imtiaz Awan
Keymaster
Hello,
I saw the screenshot you attached. To move the meta categories to the top left you need to add the following Custom CSS in the Custom CSS for desktop area under Theme Settings >> Custom CSS.
.meta-categories-wrapp {
margin-top: -200px;
margin-left: -200px;
}
You can set the margins according to your needs.
Best Regards.