• I am wanting to change the size of the featured image thumbnail on the category view page, as it stands when viewing the blog excerpts in a category with smaller devices things just do not look the best so thought it might pay to make the image larger which would stop the issue of the text area being too small for text.

    I am rather new to WP and have been researching this but unfortunately I am not at the point that I am able to get this issue done without some help or advice.

    Using the latest WP and responsive theme

    Cheers

Viewing 1 replies (of 1 total)
  • Thread Starter asylum119

    (@asylum119)

    Thought I would mention that if I was able to do this with css I would be going for something like the following.

    @media only screen and (max-width: 500px) {
    img.alignleft.wp-post-image { width: 100% !important; }
    }

Viewing 1 replies (of 1 total)
  • The topic ‘change featured img size on category view’ is closed to new replies.