Mark Stradling
asked 7 years ago

I have my shop page set to show categories. When I select a category, the image displayed is offset to the left of the page. Is there some way to centre the image, so that it remains this way no matter how the browser is resized? I’m using a full-width page type. Thanks

 

Screenshot

1 Answers
DominicStaff
answered 7 years ago

You can add the following code to the style.css file: 

.woocommerce .shop-header {
text-align: center;
}
Powered by DW Question & Answer Pro