Picture in Latest & Popular Posts In The Left Sidebar

Discussion in 'BlogSpring WordPress Theme.' started by csandke, Jul 14, 2014.

  1. csandke

    csandke New Member

    Joined:
    Aug 2, 2013
    Messages:
    15
    Likes Received:
    0
    When adding a picture in a post this show up in a "large" format in left sidebar.
    1, is there any way to controll size if picture in sidebar?
    2, is there any way to remove the feature to show picture in sidebar ?

    If we add pictures in post, it's ok if only visible when we open post.
    Now when having 2 -3 or more posts with picture in, homepage get's to long...

    Br
    Kent Andersson
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello Kent,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    1) For sidebar image size.
    Code:
    .textwidget img {
    max-width: 100%;
    }

    2) If you are talking about left sidebar then use this code to remove images.
    Code:
    .latest_home .post img{
    display:none;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page