Home Forums Free Themes WEN Corporate How can I change the width of the featured image on the blog page?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #31294
    ryanhayden
    Participant

    Hi,

    How can I change the width of the featured image on the blog page?
    I would like to make the image smaller to around 300px rather than being set to the full width. How is it best to do this?

    Also, is it possible to style this section so that the image is on the left and the excerpt appears to the right?

    Many thanks,
    Ryan

    #31355
    wensolutions
    Keymaster

    Hello @ryanhayden

    The feature you are asking for is available in the pro version of this theme. Pro version has the feature to select the multiple image size option in the blog page along with the image placement .

    So to know more about the amazing feature of this theme you can refer to below link.

    http://themepalace.com/downloads/wen-corporate-pro/

    Also quick fix to your problem is simple CSS .

    For this goto Admin Panel > Appearance > Customize > Additional CSS and paste below CSS.

    .site-main .entry-content img {
         max-width: 300px;
    }

    Hope this helps.

    If you any confusion further, feel free to post them and we will help you.

    Best Regards!!

    #31373
    ryanhayden
    Participant

    Perfect, thank you.

    #31376
    wensolutions
    Keymaster

    Hello @ryanhayden

    Glad we could help you !!

    If you have any issues further, please feel free to post your queries and we will happily help you further.

    We will really appreciate if you could help us too by rating our theme in WordPress repo here:-

    https://wordpress.org/support/theme/wen-corporate/reviews/

    Best regards !!

    #31377
    ryanhayden
    Participant

    Hi,

    Sorry, just noticed this has affected images on other pages as well. Is there any way of targeting just the news blog post page?

    Thanks.

    #31378
    wensolutions
    Keymaster

    Hello @ryanhayden

    Please try using below CSS replacing the CSS given above .

    .blog .site-main .entry-content img {
         max-width: 300px;
    } 

    Hope this helps.

    Best Regards!!

    #31383
    ryanhayden
    Participant

    Perfect. Thank you.

    #31387
    wensolutions
    Keymaster

    Hello @ryanhayden

    Pleasure is all ours.

    As we have mentioned earlier, if you any issue feel free to post them.

    Best Regards!!

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