hello, if you insert a pic in a text…setting the margins is done manually?
or can i do this somewhere in the editor?
Hey jelle,
At the moment it is not possible to set margins in the editor please provide a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Vinay
hij vinay, i think we might be mistunderstanding….
the question was rather: i if insert some text in a textblock, together witg an image, can i give the image some margin via an editor?
or can i only do so by putting in some code, like margin-left.
( i just have done so, and indeed putting in code works. but i thought there might be a faster way by some ‘margin- option’ in the text editor.)
Hi!
You could also add following code to Quick CSS in Enfold theme options under General Styling tab
img.alignright {
margin-left: 40px;
}
All right aligned images would have 40px left margin
Cheers!
Yigit
Hi!
I have the same problem, but code dose not work.
Best regards.
Hi,
@bcerin Please add following code to Quick CSS
body .alignright, .entry-content-wrapper a:hover .alignright {
margin: 4px 0px 0px 10px !important;
}
Best regards,
Yigit
Even this. Does not work.
Hi,
Please go to Enfold theme options > Performance and disable “CSS file merging and compression” and save Enfold theme options. Then go to W3 Total Cache settings and clear cache. Refresh your page a few times. Changes should be applied. If they are, you can go back to Enfold theme options > Performance and enable CSS file merging.
If that does not help, please start a thread under Enfold sub forum – https://kriesi.at/support/forum/enfold#new-post and attach temporary admin logins in private content field so we can look into it. If you post your credentials here, they will be visible to creator of this thread.
Best regards,
Yigit
Thanks!