Change image size in sidebar
-
Blog: http://thewellesleygirl.wordpress.com/
The custom theme is Suits. I created a custom text widget for my main sidebar and want to enlarge the “Meet Lauren” photo but can’t seem to get it to work.
Help!
The blog I need help with is: (visible only to logged in users)
-
Hi there, On your image, I would suggest editing it in an image editing program and cropping out some of the whitespace on the left and right of it. The image is being displayed as large as it can be right now because that whitespace on the left and right, in the image, is part of the image.
After you edit that image, upload it to your media library and then replace the URL of the other image in your text widget with the new image URL.
-
I removed and cropped the image. Is there any way I can make still make the image larger? Or perhaps I would need to enlarge the entire sidebar?
-
Yes, the sidebar would have to be increased in width. Fortunately on Suits this can be done relatively easily since the whitespace between the primary and secondary isn’t due to padding or margins, it is just blank. Add the following and you can adjust the 220px value as desired. 250-260 seems to work without any issues.
.site-main .sidebar-container { width: 220px; } -
-
- The topic ‘Change image size in sidebar’ is closed to new replies.