Home Forums WoodMart support forum Change width of title backgrounds

Change width of title backgrounds

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #353581

    rattan
    Participant

    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

    #353582

    rattan
    Participant

    .

    Attachments:
    You must be logged in to view attached files.
    #353638

    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

    #353785

    rattan
    Participant

    Thanks but i only want that section to be boxed. I want all other aspects to be as it is currently.

    #354071

    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

Viewing 5 posts - 1 through 5 (of 5 total)