Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Remove spacing below footer wdigets

Home / Forums / Ascend Theme / Remove spacing below footer wdigets

This topic is: Resolved
[Resolved]
Posted in: Ascend Theme
  • This topic has 3 replies, 2 voices, and was last updated 5 years ago by Mike.
March 25, 2021 at 7:37 pm

I’ve added Layout Builders to my 2 footer widget cells on THIS SITE because I want a different offset on the full format screen vs. mobile and I noticed I can’t tweak the layout settings when I add the Visual Editors directly to the footer cells. Problem is, this creates an abnormal amount of space beneath the footer widgets even though I’ve specified 0 on all of the row and widget parameters for bottom padding and margins. I even added this code to my Custom CSS box:


@media
(min-width: 992px){
#containerfooter {
padding-top: 10px;
padding-bottom: 0px;
margin-bottom: 0;
}
}

This worked beautifully for my top spacing, but it didn’t get rid of the bottom padding/margin. Any suggestions? Thanks so much!

  • The forum ‘Ascend Theme’ is closed to new topics and replies.