Home Forums WoodMart support forum Post category move to left top Reply To: Post category move to left top

#182474

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.