This topic has 8 replies, 3 voices, and was last updated 9 years, 6 months ago ago by Eva Kemp
Hello,
I’m looking to update the products lookbook template, is there a way to do it in my child theme? I need to show more items initially.
Hello,
Could you show on a screenshot what you want to edit and provide us with a link to your site?
Thank you.
Regards,
Eva Kemp.
I basically want to reduce the padding before the static block?
Hello,
Please give us a page link where you want to make modification.
Thank you.
Regards,
Eva Kemp.
Hello,
This is what i’m talking about. Sorry i cannot give the website link or ftp access.
https://www.8theme.com/demo/woopress/lookbook/
On this demo page, the padding before the Brand New Collection static block.
Thanks
Hello,
Please add this code in custom.css file.
.look-book-first {
padding-top: 40px;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
Hello,
Thanks for your help, but that is not what i was looking for. I was interested in reducing the left padding, so more items on the items can show up in the lookbook format.
Thanks.
Hello,
Please try to use this code:
.swiper-wrapper {
padding-left: 0px !important;
}
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up