- This topic has 3 replies, 2 voices, and was last updated 8 years, 7 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › WEN Associate Pro › Featured Slider
Tagged: wen associate pro slider height
We love the featured slider on the associate pro. Our issue is the size. Can we make the height smaller so that the page is not consumed by the slider?
Thank you for your help!
Hello @vpchamber,
Hope you are well and thanks for posting your question here.
You need to write some CSS code inorder to make the slider height smaller. Go to Customize-> Themes Options-> Advanced Options-> Custom CSS and paste the following code:
#main-slider {
max-height: 500px !important;
}
@media only screen and (max-width: 500px) {
#main-slider .cycle-caption {
left: 13%;
padding: 3px 6px;
top: 150px;
width: 62%;
}
}
When you are done, click save and publish. Now the slider height should be smaller. If you want smaller than this height then you can adjust it by changing the value from 500px to lower value.
Thanks.
Thank you so much!
Is there a way to make the photos fit this size? What size should my photos be?
Thank you for the great help!
Hello @vpchamber
Please try and add the following CSS code to Dashboard / Appearance / Customize / Theme Options / Advanced Options.
#featured-slider {
max-height: 500px !important;
}
And you can add image of any size the slider will crop the image to a perfect fit. But try and add image of height greater than 500 px and width greater than 1000 px though its not a compulsion.
Hope this will help to resolve you issue.
Let me know how it goes.
Best Regards!!!
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |