• Resolved jorlar1

    (@jorlar1)


    Hi, I am trying to get rid of the big empty space above the title. Cant figure it out, do I need custom CSS to remove this?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Kris – WPMU DEV Support

    (@wpmudevsupport13)

    Hi @jorlar1

    I hope you are doing well today.

    Can you share your site URL in the next reply so that we can have a better view of this, which will help us to create some CSS to remove this gap?

    Kind Regards,
    Kris

    Thread Starter jorlar1

    (@jorlar1)

    Hi @wpmudevsupport13

    The url is https://redheal.no

    Most important is the mobile view, as mobile stands for almost all traffic.

    Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hi @jorlar1

    Thanks for response!

    You could try fine-tuning that using popup settings. In “Appearance” settings under the “Advanced – Border, Spacing and Shadow” section – once you switch it to “Custom” – you can set paddings for various parts of the popup.

    You can also enable “Custom Mobile Settings” toggle switch at the top of the same page to have separate settings.

    Or, you can simply add this CSS to the site instead:

    #hustle-popup-id-1 .hustle-layout-content,
    #hustle-popup-id-1 .hustle-layout-content .hustle-content {
      padding-top:0px;
    }

    Note though: in both cases – settings or CSS – you may need to purge all cache on site/server to see the changes applied.

    Best regards,
    Adam

    Thread Starter jorlar1

    (@jorlar1)

    @wpmudev-support8 thank you, I must’ve forgotten to adjust one of the advanced fields. It’s working now ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.