Home Forums Pro Themes WEN Business Pro Problems with Front Page Slider Image

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #84828
    Warman
    Participant

    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.

    #84834
    wensolutions
    Keymaster

    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!!

    #84890
    Warman
    Participant

    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.

    #84912
    wensolutions
    Keymaster

    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!!

    #85018
    Warman
    Participant

    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!

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.