- This topic has 4 replies, 2 voices, and was last updated 5 years, 12 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › WEN Business Pro › Problems with Front Page Slider Image
Tagged: Front Page Slider, Master Business Pro
I have the Master Business Pro theme and I’d like to use the Featured Slider widget on my front page. When I enable it and add an image (a rather large image at 5868 × 4004) the image is much smaller and the title is cropped out. The site is http://investmentmanagementcorp.com/IMCwordpress/ Please help. I am trying to have a large image on the landing page just like the theme shows in the demo/preview area. Thanks.
Hello,
First of all thank you very much for using the Master Business Pro theme.
The image in the featured slider section will adjust its height according to the original height of the image.
What it exactly meant is if you want to increase the height of the slider then upload the image of bigger size. Similarly, if you want the image of a smaller size then upload the image of decreased size in the featured image section of post/page.
Hope this clears the confusion.
If you still have the queries related to the theme then kindly let us know.
Thank you.
Regards!!
Thank you for your quick response. Based on everything that I have seen in the examples, I agree that the featured slider section should adjust according to the original height of the image. Unfortunately, every image that I try is being resized down proportionately to about 225px – 250px wide. Have you seen this before? Thanks.
Hello @baugli,
Please add below given CSS to resolve the issue.
.custom-logo-link img {
max-width: 150px;
}
#main-slider img {
max-width: 100% !important;
}
Hope this helps.
Regards!!
This nailed it…Thank you so much! I had added
img {
height: auto;
max-width: 230px;
}
to the custom css awhile back in order to re-size our header logo. Obviously a rookie mistake as it was going to affect all the images throughout the site. Your code highlighted my mistake. Thank you for your quick analysis and recommendation. Well done!
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. |