Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Nancy,

    That baby is SO cute!

    Okay, so the padding is actually being added to the banner section (there is padding between the sections). With Make Plus, you can check an option to remove this from any section.

    With just the free theme, you’ll need to be able to pick through the code and add it to your child theme or with a plugin like Simple Custom CSS.

    For example, this is the snippet you’d add to this page to remove the padding:

    #builder-section-1446963756239 {
        margin-bottom: 0px !important;
    }

    Just to be clear, that code is specific to that banner section.

    I hope that helps point you in the right direction!

    Thread Starter nancywho

    (@nancywho)

    That worked! Amazing, thank you!

    Do you know if there is a way to make the banner picture appear smaller so it the cute baby does not get cropped? It may not be full width but is there a way to make a continuous scrolling banner?

    Thanks,
    Nancy

    I’m not sure what you mean by continuous scrolling banner…

    There are two choices for the banner images — tile or cover… Have you tried them both? And for responsive behavior, you’ll probably want to use the aspect option.

    The alternative to the full-width banner is selecting a boxed layout in the Customizer. You’ll find that under Layout → Global. You might play around with that also!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘space above footer’ is closed to new replies.