Home Forums WoodMart support forum How to give space for full with shop page

How to give space for full with shop page

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #555318

    geetha
    Participant

    Hi,
    I want to use full width content from theme option. But I want to give some padding on right and left. Could you please let me know that how can I do that?

    Thank you.

    #555379

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .woodmart-archive-shop {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    Best Regards.

    #555623

    geetha
    Participant

    If I use this code header banner also has space both sides. I only want to give padding to product section. How can I give that. Please look at the attachment.

    Thank you
    Geetha.

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Please remove the previous code and add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .archive-pages, .row .content-layout-wrapper, .align-items-start {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    Best Regards.

    #555779

    geetha
    Participant

    Thank you for your help. It works fine.

    #555854

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘How to give space for full with shop page’ is closed to new replies.