Hi,
I have a text block inside a color block. In the text block I have 5 images with no caption. How can I add a predefined space between each image? Here is the current text code.
I have tried adding hspace=”100″ but that does not work.Interestingly enough, in this post there is zero space. However when displayed on the actual site’s homepage there is a small amount of spacing.
Thanks!
Nathan
Hi Nathan,
Could you provide us with a link to the site in question so that we can take a closer look please?
Thanks,
Rikard
You’ll see 3 text boxes at the bottom.
Hi,
Please enable custom css class name support for advanced layout builder elements http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Add a class name to the text box and target the images and use the CSS code in the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
Adjust the margin value to suit your design.
.custom-class a {
padding;0!important;
margin:0px;
}
Best regards,
Vinay
Hi Vinay,
Thanks but that did not seem to do anything.
Nathan
Hi,
We need to take a closer look. Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
Best regards,
Vinay