Slideshow Size
-
Is it possible to make the slideshow smaller? So that when you load the website, you can read the titles of my featured posts without having to scroll?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
I was just checking out if there was a way to do this and I saw that you had a chat yesterday with Alx about this very topic. Did you need anything else?
-
To make the slideshow feature in the Organization theme shorter, you can add the following example to your Appearance > Customize > CSS editor:
.flexslider .slides li { height: 330px !important; } .flex-direction-nav li a { top: auto; bottom: .25em; }The first part forces the slider container to be a shorter height, and as a result the images will be cut off. The second part moves the slider navigation arrows from the middle to the bottom of the slider container.
- The topic ‘Slideshow Size’ is closed to new replies.