New Landing How can we help? Themeforest Theme Support Uplift Large blank space on gift certificate product

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Uplift
  • #328513
    Dev23847
    Member
    Post count: 124

    Hi,

    How can we remove this large blank space on gift certificate product only on mobile viewports smaller than 769px (see attached screenshot)?

    http://34.250.245.156/product/gift-certificate/

    also on French side:
    http://34.250.245.156/produit/cheque-cadeau/?lang=fr

    Thank you 🙂

    Attachments:
    You must be logged in to view attached files.
    #328886
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi @Dev23847

    Looks like this is some code from WooCommerce, setting a minimum height on the slider. To adjust this, please add this custom CSS:

    @media only screen and (max-width: 479px) {
    .woocommerce div.product div.images .woocommerce-product-gallery__wrapper > div {
    min-height: 0!important;
    }
    .woocommerce div.product div.summary {
    padding-top: 0;
    }
    }

    – Ed

    #328899
    Dev23847
    Member
    Post count: 124
    This reply has been marked as private.
    #329084
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi Adam,

    I would suggest the CSS solution, it makes it easier to avoid conflicts with updates.

    – Ed

    #329367
    Dev23847
    Member
    Post count: 124
    This reply has been marked as private.
    #329375
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem. Thanks Ed.

    -Rui

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

You must be logged in to reply to this topic.