Featured Image siz

Home Forums Legacy Support Support queries Styling issues Featured Image siz

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #70806
    sherylwil
    Spectator
    I would like to have my featured image show on the list of posts so I uploaded a small image 250 x 265 .https://drive.google.com/file/d/0B0wBzCYhgvQOVUpkemY5ZmxJYUk/view?usp=sharing When I open the post the featured image is so large the resolution is lost.https://drive.google.com/file/d/0B0wBzCYhgvQOc18wNG92ZkR4REU/view?usp=sharing How can I keep the small image on the lists of posts and control the size of the image once the post is open?
    #70840
    H.K. Latiyan
    Participant
    This is because by default we set the width to 100% in the single post page so that it covers all the space there. Bellow is the css that we use: .single .featured img {width:100%;} You can adjust the width accordingly.
    #70886
    sherylwil
    Spectator
    How do I do modify the css? Where do I modify it? It is using template: wplms/single.php
    #70909
    sherylwil
    Spectator
    I think I found it. Would you let me know if this is the correct place to change it?
    • wp-content
    • wplms
    • assets
    • css
    • style.css
    https://drive.google.com/file/d/0B0wBzCYhgvQOanJweGR2SWVUNVk/view?usp=sharing
    #70974
    H.K. Latiyan
    Participant
    Sorry I forgot to mention the place where you should add the css. Do not make any changes in the files instead add the custom css in your appearance->customize->custom css: OR Use a child theme like blank child theme and add your custom css in the style.css file of the child theme.
    #71037
    sherylwil
    Spectator
    Thank you. Looks great now.
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Featured Image siz’ is closed to new replies.