Tagged: enfold
Hi there,
I’ve just changed my single blog posts to be without sidebar, and for some reason the feature images now stretch all the way across the whole page, even though they are only around the 600px mark – how can I make them be the size that they are (in px), or to mirror the writing (which is 90% of the page width).
Thanks,
Kali
Hey Kali,
Please try the following in Quick CSS under Enfold->General Styling:
.single-big img {
width: auto !important;
margin: 0 auto;
}
Best regards,
Rikard
Thank you very much, it worked! I see another problem now – not sure if it’s since I did that or not – but on this page for example http://recoveringwholeness.com/i-can-heal-myself/ the image within the post closer to the bottom of the page covers part of the text and moves back into position only when you put the mouse over it.
Your help would be greatly appreciated thank you :)
Hi,
OK I solved by adding this to your css:
img.alignright { margin: 0 0 0 20px !important; }
Please check :)
Best regards,
Mike
Thank you :)