Featured image slider
-
Hello I am wondering if it is possible to make the featured image slider “Shorter” in a sense so it doesn’t take as much vertical room on my home page
The blog I need help with is: (visible only to logged in users)
-
Hi, go to Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS. You can adjust the 600px value as desired.
.fc-contain, .fc-contain article { max-height: 600px; } -
Hello! Thank-you for your response. This did work however the slide anchors seem to have disappeared. Is there a way to make it so those come back?
-
Hmmm I hadn’t noticed that. Replace what I had given you with the following.
.fc-contain,.fc-contain article, .fc-holder { max-height: 600px; } .fc-holder { position: relative; }
- The topic ‘Featured image slider’ is closed to new replies.