Home Forums WoodMart support forum smartphone products page / espace under Menu

smartphone products page / espace under Menu

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #497417

    karine
    Participant

    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.
    #497579

    Hello,

    Please provide the page URL with the problem.

    Best Regards

    #497611

    karine
    Participant
    #497633

    karine
    Participant

    Hi,
    The problem is solved. You can close the ticket.
    Thanks

    Regards

    #497636

    karine
    Participant

    Finally no, it doesn’t work… sorry 🙁

    Regards
    Karine

    #498239

    Artem Temos
    Keymaster

    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

    #499133

    karine
    Participant

    Hi,
    I don’t see this css code in theme setting…

    Regards

    #499136

    Artem Temos
    Keymaster

    Here is a screenshot https://prnt.sc/e_bRmbXtfV3Y

    #499147

    karine
    Participant

    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

    #499280

    Bogdan Donovan
    Keymaster

    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

    #499374

    karine
    Participant

    Thank you so much

    Regards
    Karine

    #499382

    karine
    Participant

    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.
    #499385

    Bogdan Donovan
    Keymaster

    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

    #499523

    karine
    Participant

    Hi,
    It’s okey now, you can close the ticket please.

    Regards

    Karine

Viewing 14 posts - 1 through 14 (of 14 total)

The topic ‘smartphone products page / espace under Menu’ is closed to new replies.