Bigger image when post template is set to Full Width (Delicious Magazine)
-
Hi,
I’m trying to get a bigger image on a page when I set the template of the post to Full Width. I can change it in the editor to the original size (800px wide) but when I view it it’s back to 500-something wide… How to resolve?
See http://sensitivehorsetemp.wordpress.com/sensitive-horse-noora-ehnqvist-en-2/
Best regards,
MichielThe blog I need help with is: (visible only to logged in users)
-
Indeed, the theme you are using applies a styling rule and won’t display images in a size bigger than 320px wide.
If you want to overwrite that feature, you will have to purchase the custom design upgrade, in order to apply your own style to the images.
If you already purchased the design upgrade, you can apply the following style to your custom CSS:
.entry img {
max-width: 800px;
}Find more info about the design upgrade here: http://en.support.wordpress.com/custom-design/
-
Hi Jeherve,
Thanks for that! We do have the custom design upgrade, so I already implemented it.
Cheers,
Michiel -
-
I’m going to ping the developer to see if this can be added directly to Delicious Magazine. I’m glad to hear that you have the custom design upgrade and were able to work this out with help from jeherve :)
- The topic ‘Bigger image when post template is set to Full Width (Delicious Magazine)’ is closed to new replies.