Home Forums WoodMart support forum Woocommerce Check out

Woocommerce Check out

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #245589

    jackheather69
    Participant

    HI,

    How can I disable the dead space in the attached screenshot ?

    Thanks,

    Attachments:
    You must be logged in to view attached files.
    #245631

    Hello,

    I saw the screenshot you attached. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .page-id-9 .woodmart-header-overcontent .title-size-large {
    padding-top: 100px;
    padding-bottom: 45px;
    }`

    Regards.
    Xtemos Studios.

    #248327

    jackheather69
    Participant

    Hi

    this hasn’t seemed to work

    thanks

    #248393

    Hello,

    Please reduce the paddings in the code you have added and check again. If it does not work, please provide the page URL and site admin access.

    Best Regards

    #248680

    jackheather69
    Participant

    Hi i tried but no solution.

    #248771

    Hello,

    I have logged into your website and replaced the previous Custom CSS with the following and the padding is working fine.

    body.woocommerce-cart.woodmart-header-overcontent .title-size-large {
    	padding-top: 135px;
    	padding-bottom: 45px;
    }

    Screenshot for Clarification: https://ibb.co/RP2gfdP

    You can adjust the padding according to your needs.

    Best Regards.

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