Editing space available for captions
-
Hello
Is it possible to edit the space available for captions in a slideshow photo gallery in twenty fourteen? I want the captions to show without overlapping the photos. Have tried cropping photos but this doesn’t make a difference. Any suggestions?
The post I’m working on is here: http://abrahamspath.wordpress.com/blog/
The blog I need help with is: (visible only to logged in users)
-
Hi,
Try something like this:
.slideshow-slide-caption { position: static !important; } .entry-content .slideshow-window { padding-bottom: 30px !important; } -
Thanks – that has worked well by increasing the number of pixel padding at the bottom. Only problem now is that the pause/arrow buttons cover part of the text. Is there a way to adjust their position just slightly?
-
Hi, this is a little bit of a different approach and it also is an imperfect solution because image heights and caption length vary. As long as you keep your captions to 3 lines or less, it should generally work ok.
.slideshow-slide-caption { position: static !important; } .entry-content .slideshow-window { height: 480px !important; } .slideshow-controls { bottom: 65px; } -
Thank you – that second approach seems to work better for me…at least with the images I have in place at the moment!
-
- The topic ‘Editing space available for captions’ is closed to new replies.