Change width of title backgrounds
-
Hi,
Please could you help me reduce the width of the title backgrounds from full width to – boxed width as shown in my attached photo.
Thanks
.
Attachments:
You must be
logged in to view attached files.
Hello,
You need to chose “Boxed” in the General layout of the Theme Settings.
If you have any questions please feel free to contact us.
Best Regards
Thanks but i only want that section to be boxed. I want all other aspects to be as it is currently.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body.woocommerce-shop .page-title-default {
max-width:1200px;
margin:0 auto;
}
Best Regards