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