Delete space between Featured Slide show & Featured Page on Front Page
-
Hello,
I am trying to delete both a large space and a small line that is between my Featured Slideshow and the content of the featured 1st pageSlide Show
______________________________________________*2 Inches of space (not as much wanted)
*______________ (line of the title of the untitled featured page- not wanted)Worship with us (wanted)
The blog I need help with is: (visible only to logged in users)
-
Hi there, add the following to your custom CSS, which hides the two elements that are creating that extra space above the Worship with Us content
#post-1437 .entry-thumb, #post-1437 .entry-header { display: none; }If you wish to lessen the space above and below more, add the following also, and adjust the 40px values (originally it was 80px top and bottom).
.homepage-widgets .featured-page-one { padding-top: 40px; padding-bottom: 40px; } -
Perfecto!
Thanks Sacred Path.One last one.
Trying to make the Update Page’s “non-image” featured image (black space) shorter by far. -
Super!
Trying to make the Update Page’s “non-image” featured image (black space) shorter by far.
This is about the best we can do on shortening it. I kept 5px of top and bottom padding so it looks balanced on small screens. In my testing all works well on all screen sizes, but check in tablet and phone to make sure.
.blog #primary-header .container { padding-top: 5px; padding-bottom: 5px; }
- The topic ‘Delete space between Featured Slide show & Featured Page on Front Page’ is closed to new replies.