Home / Forums / WoodMart support forum / smartphone products page / espace under Menu
Home › Forums › WoodMart support forum › smartphone products page / espace under Menu
smartphone products page / espace under Menu
- This topic has 13 replies, 4 voices, and was last updated 2 years, 1 month ago by
karine.
-
AuthorPosts
-
September 19, 2023 at 4:09 pm #497417
karineParticipantHi,
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.September 20, 2023 at 2:16 am #497579
Elise NoromitMemberHello,
Please provide the page URL with the problem.
Best Regards
September 20, 2023 at 9:06 am #497611
karineParticipantHi,
https://www.made-in-tarn-et-garonne.fr/nos-produits/Thanks
RegardsSeptember 20, 2023 at 9:39 am #497633
karineParticipantHi,
The problem is solved. You can close the ticket.
ThanksRegards
September 20, 2023 at 9:42 am #497636
karineParticipantFinally no, it doesn’t work… sorry đ
Regards
KarineSeptember 22, 2023 at 9:07 am #498239
Artem TemosKeymasterHi,
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
September 25, 2023 at 4:06 pm #499133
karineParticipantHi,
I don’t see this css code in theme setting…Regards
September 25, 2023 at 4:19 pm #499136
Artem TemosKeymasterHere is a screenshot https://prnt.sc/e_bRmbXtfV3Y
September 25, 2023 at 4:45 pm #499147
karineParticipantHi,
Here it’s for Global custom. I want reduce this space only on Products page. and not all the pages.
Is it possible ?Regards
September 26, 2023 at 10:34 am #499280
Bogdan DonovanKeymasterThis 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
September 26, 2023 at 3:33 pm #499374
karineParticipantThank you so much
Regards
KarineSeptember 26, 2023 at 3:47 pm #499382
karineParticipantHi,
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.September 26, 2023 at 3:57 pm #499385
Bogdan DonovanKeymasterHi,
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
September 27, 2023 at 9:29 am #499523
karineParticipantHi,
It’s okey now, you can close the ticket please.Regards
Karine
-
AuthorPosts
The topic ‘smartphone products page / espace under Menu’ is closed to new replies.
- You must be logged in to create new topics. Login / Register