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
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