Close up space before video?
-
Hello-
What code can I use to close up the space between the three excerpts and the video on my homepage? Thanks!The blog I need help with is: (visible only to logged in users)
-
Hi there, let’s start with this. It controls the space at the top of the video itself. You can adjust the 60px value as desired.
.front-page-widget-area { padding-top: 60px; }If you wish to remove some of the spacing at the bottom of the grey area above the video, there are two rules and you can adjust both of them to get the spacing you desire.
.featured-page { padding-bottom: 24px; } .featured-page .entry-footer { padding-bottom: 24px; }
- The topic ‘Close up space before video?’ is closed to new replies.