Best Premium and Free WordPress Themes › Forums › Education Base › Slider Height
Tagged: slider customization, slider height
- This topic has 5 replies, 2 voices, and was last updated 6 years, 7 months ago by acmesupports.
-
AuthorPosts
-
April 22, 2017 at 7:24 pm #16376jpguessParticipant
Hi, is there a way to adjust the slider height? My client would like not to have to scroll the slider. They want it to appear with the top of the next widget appearing the bottom to encourage their users to scroll.
Thanks!
April 23, 2017 at 3:21 am #16396acmesupportsParticipantHello jpguess,
Thank you so much for using our theme Education Base. Please check the code for height on style.css line 965 and change the height of the slider section..owl-wrapper-outer, .image-slider-wrapper .owl-item {
height: 73vh !important;
}You will find the similar code there. Change the value based on your needed size.
Regards
Acme SupportsApril 25, 2017 at 1:44 am #16448jpguessParticipantGood Evening!
Thank you for your expeditious followup! 🙂——————————–
.owl-wrapper-outer,
.image-slider-wrapper .owl-item {
height: 50vh !important; /* 042417 – original value 85vh */
left: 0;
position: relative;
right: 0;
top: 0;
width: 100%;
}
.image-slider-wrapper .item {
height: 50% !important;/* 042417 – original value 100% */
}
.image-slider-wrapper .owl-item .slider-content {
display: none;
————————–Where I posted the comment, these are the values I modified but still no change in the slider. I dont want to change anything else til I know Im on the right track.
April 25, 2017 at 4:39 am #16450acmesupportsParticipantHello jpguess,
Can you please provide your site URL. We will try to find the solutions on your site and provide the best solutions.Regards
April 28, 2017 at 1:51 pm #16601jpguessParticipantApril 29, 2017 at 5:54 am #16615acmesupportsParticipantHello jpguess,
We have two options to manage the slider section including height.
1. If you select the Full Screen background, you can add the any image and the size will fit on the screen.
2. If you select the Responsive Image, you need to make your own image size and add it on the theme.
You can find the options to make the height small/large on the theme options Customizer. Please check all the available options for Slider section on Appearance > Customize > Featured Section Option.Regards
-
AuthorPosts
- You must be logged in to reply to this topic.