Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #298272

    Hi there,

    I really hope you can help me with this. Take a look at a post from my site: http://www.whitestagweddings.com/pre-wedding-shoot-kent/
    Now, I really want to change the spacing between the images (reduce it to 2px). The html inspector tells me that WordPress inserts a <br> tag between the images which I can’t see in the post edit. Is there a way to either eliminate the breaks/paragraphs between images or in general or reduce the size of any paragraph/break on the site?

    Many thanks for your help.
    m

    #298279

    Hi M!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .entry-content img {
    margin-top: -7px;
    }

    Regards,
    Yigit

    #298326

    Hi Yigit,

    This worked, thank you very much! Since I have implemented the code, my posts seem to have trouble loading properly with broken links etc. Is this related to the snipped of code (I guess not) or does it have something to do with the way I insert images:
    Where the usual method is:

    Camber-Sands-Engagement-Shoot-29

    I use:

    Pre wedding photo shoot kent

    I don’t know if this makes a difference?

    Many thanks for your continued help, really appreciated!

    #298607

    Hey!

    The only difference is that one image is linked and the other is not. Also, i couldn’t note that troubled loading you mention, could you please elaborate on that?

    Regards,
    Josue

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