• Hi,

    Can anyone help find what’s causing the margin difference between the footer widgets. One of the widgets, footer #1 is a regular block, the other, footer #2 containing the newsletter, is a custom html code block. I cant find any padding or margin controls for that block.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Can anyone help find what’s causing the margin difference between the footer widgets

    Hi @craig1475 it looks like the footer width is set to 33%, kindly check if you added CSS code to make this change. If you didn’t you can increase the width of each footer using the code below:

    .footer-widgets {
        width: 50%;
    }
    Thread Starter craig1475

    (@craig1475)

    Thanks for the reply @thelmachido.

    I’m using a plugin, “options for twenty twenty.” Its not really the width of the footer I need to change, its the different height of padding or margin within the two widget blocks. Padding I assume?

    I want even out the height between the content within the two blocks so that they line up evenly on desktop or tablet view, and reduce the gap between the two blocks when in mobile view.

    The problem block is the “Newsletter block.” Its an insert HTML block with too much top padding or margin.

    thnks again ??

    Hi @craig1475 I cannot see the space you are referring to, this is what I see on mobile and it seems alright. However, at the moment the embed for the newsletter has 12px padding all around. You can use the CSS code below to change the padding around the embed for smaller screens

    @media only screen and (max-width: 940px) {
      .embed-page{
        padding:12px
      }
    }

    Feel free to add your preferred CSS code

    Thread Starter craig1475

    (@craig1475)

    Hi @thelmachido,

    FYI. The added padding or margin is coming from inside the iframe. Unfortunately you can not alter the specs of an iframe inside the Twenty Twenty theme. I’ll attach a link to the “Options” plugin support page. Oliver Campion, the plugin designer, was nice enough to explain.

    thanks again for your reply,

    Craig ??

    https://www.ads-software.com/support/topic/variable-margins-padding-in-footer-widgets-2/#post-16459507

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Variable margins / padding in footer widgets’ is closed to new replies.