Home Forums WoodMart support forum Remove excess space in HTML block

Remove excess space in HTML block

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #429914

    warren
    Participant

    Hi There,
    In the top-right corner of our Home page (see link below), you will see a phone number and an “ASK A QUESTION” button. That was created using an HTML block with a “Text block” at the top (for the phone number); and a “Popup” + “HTML Block” (for the button). I cannot figure out how to remove the excess space in between the phone number and the button on the Home page; or how to stop the button from overlapping the video when you scroll down on the Home page. I’ve tried using different elements and/or adjusting the Design (margins, padding, etc.), but I just can’t figure out how to eliminate that extra space so that the phone number is closer to the button. Can you point me in the right direction?

    #430055

    Hello,

    Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

    #wd-63a085290f408 { margin-bottom: 0 !important; }

    Hope this helps !

    Best Regards

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