Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #805022

    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

    #805836

    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

    #806534

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

    #806592

    Hi,
    OK I solved by adding this to your css:

    img.alignright { margin: 0 0 0 20px !important; }

    Please check :)

    Best regards,
    Mike

    #807765

    Thank you :)

    #807923

    Hi,

    Glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.