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
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
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:
I use:
I don’t know if this makes a difference?
Many thanks for your continued help, really appreciated!
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