Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1221977
    leehart09
    Participant

    Hello,

    I’m sorry if the above title isn’t too clear. I’m trying to replicate the look of another website I have been working on with regards to how big the featured image appears alongside the title and excerpt of a post on its category archive page. I have attached 2 images – the first includes a larger featured image (this is the look I want to replicate!), the second is how the image currently appears.

    I’ve tried looking through the custom CSS in my other side, but can’t seem to figure out how I achieved the fuller sized image in the first place.

    Can you help?

    Thanks,

    Catherine

    #1221979
    leehart09
    Participant
    This reply has been marked as private.
    #1222069
    Thai
    Moderator

    Hi There,

    Your screenshots are too big.

    Could you please resize them then upload again?

    Thanks.

    #1222115
    leehart09
    Participant

    Of course, here they are…

    I’d like the replicate the look of the file named ‘large pic’.

    Thanks!

    – Catherine

    #1222383
    Lely
    Moderator

    Hi There,

    Thank you for the screenshots. Did you achieve this already? When I visit your site, it is displaying like the large-pic.png you have provided. Please confirm.

    #1227122
    leehart09
    Participant

    Hello!

    Sorry for the delayed reply – I was out of town.

    I think when you visited the site, you may have visited ‘The Blog’ tab which actually brings you through to my other page (in which the large-pic is shown). If you click on the tab ‘Competitions’, you will see it is still the smaller image showing on the website for the category archive page.

    Thanks!

    #1227146
    Thai
    Moderator

    Hi There,

    Please find this custom CSS:

    .entry-thumb img {
        min-width: 0;
        max-width: 250px;
    }

    And change to this:

    .entry-thumb img {
        min-width: 0;
    }

    Hope it helps 🙂

    #1234900
    leehart09
    Participant

    Perfect – worked a treat, thank you! 🙂

    #1235072
    Prasant Rai
    Moderator

    You are most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-1221977 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>