• Resolved joshuapoh

    (@joshuapoh)


    Hi there,

    I’m currently using Hustle to embed a newsletter subscription form via shortcode on my website. The form works fine and displays fine, but there’s significant padding around the form on the homepage. Is there a way to reduce the padding around this block, or do I need to take this up with the theme developer?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hey @joshuapoh,

    Hope you’re well.

    If we are talking the gray background behind the Hustle form, that’s coming from your theme and you can remove it with adding this custom CSS;

    .page-id-4635 .boxed.shortcode-holder-wrapper{
        padding:0;
    }

    This code will work only on this page, because of I couldn’t find any ID or specific class for this area I made custom CSS only for that page. If you can add ID to that area we can modify the code.

    To add custom CSS you can use Appearance > Customize > Additional CSS panel.

    Cheers,
    Oguz

    Thread Starter joshuapoh

    (@joshuapoh)

    Hi Oguz,

    Thank you for the workaround. It works.

    Appreciate your help

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Support request] – Reducing padding around the hustle embed component’ is closed to new replies.