How to get wider photos?
-
Hi there,
How can I set a different photo width for my blog? The default content width for the Canape theme is 620 pixels but I would prefer the photos to be bigger.
Nothing changes if I change the number on the media width…
Thanks!
The blog I need help with is: (visible only to logged in users)
-
With chrome the blog seems fine and just how I want it to be – but with safari the photos are small…? :/
-
Hi there, not sure why this is happening on Safari, but add the following to your custom CSS and it looks like it will take care of it.
.archive:not(.post-type-archive-jetpack-testimonial,.tax-nova_menu) .hentry, .search .hentry, .blog .hentry, .single .hentry { width: 100%; } -
-
Hi, you have a max width of 1800px set for the content area in your custom CSS, but have the images limited to 900 in the Media width field. Either reduce the max width in the custom CSS to 1000, or increase the Media Width to match the max-width you have set in the custom CSS.
- The topic ‘How to get wider photos?’ is closed to new replies.