Veggie theme footer
-
Hello,
Is it possible to reduce the distance between the footer and the third block. I would like to have less white space between.
Thank you!
The blog I need help with is: (visible only to logged in users)
-
Hi, give the following a try and see what you think. I’ve targeted only the front page by using the “home” CSS class from the opening body tag on that page.
.home .site-footer { margin-top: 0; } .home .widget-area-front aside { margin-bottom: 0; } .home .widget-area-front .fourcolumn .entry-content { margin-bottom: 0; } -
-
- The topic ‘Veggie theme footer’ is closed to new replies.