We would like to get rid of the padding on the Div. container wrap on all shop pages. this is especially important for mobile as there is a large gap between the header image and the breadcrumbs. Can you please help?
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
@media only screen and (max-width: 690px) {
.woocommerce.archive #page-header-wrap+.container-wrap {
padding-top: 25px !important;
}
}
We would like to get rid of the padding on the Div. container wrap on all shop pages. this is especially important for mobile as there is a large gap between the header image and the breadcrumbs. Can you please help?
Thanks
Attached files: Screen Shot 2023-01-12 at 12.00.42 PM.png
Hey Again,
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
Thanks
ThemeNectar Support Team