Tagged: ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #859856

    Hi there,

    On a number of my posts, the images I’ve put into the post (especially the ones without a caption), are jamming into the text on one side without a normal gap. I’m not sure why because my other enfold theme site doesn’t do this. Please can you help? Thanks :)

    #859891

    Hey Kali,

    Please try disabling all active plugins, and commenting out any custom css to see if that fixes that the issue. There could be a styling conflict.

    Best regards,
    Jordan Shannon

    #860369

    Hi Jordan,

    Thanks for that. I deactivated all my plugins one at a time and that made no difference. And then I went down the list of custom CSS deleting them and when I deleted this one: .single-big img {
    width: auto !important;
    margin: 0 auto;
    }
    it fixed the problem. However this is one that was suggested in an earlier query of mine for featured images spreading themselves across the whole page even though there measurements are smaller…so now that I’ve taken that out it’s back to HUGE featured images – you can see if you visit some of my blog posts.

    Do you have any suggestions please for another way of fixing the featured images so that the images within the post remain with appropriate white space around them?

    Cheers.

    #860666

    Hi,

    Can you put that css back in? I will try to find a way to work it out with it still in.

    Best regards,
    Jordan Shannon

    #860764

    Have done that. In this blog for example (http://recoveringwholeness.com/desperation-to-be-fixed/) some pictures have the correct white space and then the one that’s left aligned doesn’t…hmmm.

    #860772

    Hi,

    Try adding the following to quick css:

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

    Best regards,
    Jordan Shannon

    #861734

    That worked thanks :) Is there somehow one CSS code that would cover the image issues (featured image being so big, white space around individual images)? So that I don’t have as much CSS code?

    Is there a reason it’s spreading the featured image when that doesn’t happen in another site with the same theme?

    Cheers,
    Kali

    #861849

    Hi Kali,

    There is no css code that will work for all images, on another website could be different container different html structure and so the css rules applied are different.

    If you need further assistance please let us know.
    Best regards,
    Victoria

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