smartphone products page / espace under Menu
-
Hi,
On smartphone, “Our products” page, how can I reduce the empty space between the menu and Home/Our products please ?
See attachment please.
Thanks
Regards
Karine
Attachments:
You must be
logged in to view attached files.
Hello,
Please provide the page URL with the problem.
Best Regards
Hi,
The problem is solved. You can close the ticket.
Thanks
Regards
Finally no, it doesn’t work… sorry đ
Regards
Karine
Hi,
By default, our theme doesnât have âempty spaceâ between the header and content, so this is not a theme issue. This issue is caused by custom CSS that was added to Theme Settings > Custom CSS https://prnt.sc/SENXoy0opI_h
Please remove this code and double-check. https://gyazo.com/56d3677375ce2062079cd9c28db30821
Regards
Hi,
I don’t see this css code in theme setting…
Regards
Hi,
Here it’s for Global custom. I want reduce this space only on Products page. and not all the pages.
Is it possible ?
Regards
This empty space is created by your custom code (https://prnt.sc/e_bRmbXtfV3Y) that affects all pages with page titles, including store page title. If you want to make this code not work on the store page, you need to modify your custom code by excluding store page from its selector:
1. Find your custom code (https://prnt.sc/e_bRmbXtfV3Y):
.page-title {
padding: 170px 0;
}
2. And replace it with the following one:
body:not(.post-type-archive-product) .page-title {
padding: 170px 0;
}
Kind Regards
Thank you so much
Regards
Karine
Hi,
But when you click on the breadcrumb trail, an empty space reappears above it ! :-/
See attachement please
Regards
Attachments:
You must be
logged in to view attached files.
Hi,
Try to replace the previous custom code with the following one which is also excludes padding from product categories archive pages
body:not(.woodmart-archive-shop:not(.single-product)) .page-title {
padding: 170px 0;
}
Kind Regards
Hi,
It’s okey now, you can close the ticket please.
Regards
Karine
The topic ‘smartphone products page / espace under Menu’ is closed to new replies.