How to give space for full with shop page
-
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.
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.
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.
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.
Thank you for your help. It works fine.
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.
The topic ‘How to give space for full with shop page’ is closed to new replies.