Im trying to add a bigger space in between the images so that they are more spread out. How do I do that? Im referring to the logos at the bottom of the page.
Hi @IRGmarketing,
Thanks for reaching out.
To add space in between the referred logos, you can add the right margin to each image element you have added in the section or else you can create multiple columns instead of the single column and add the single image to each column. The column will maintain a standard gap between them.
Alternatively, you can add a custom CSS code to Theme Options > CSS to add space between these images.
.x-image
{
margin-right:10px
}
Remember that the above code will work if copied as it is and don’t conflict with any existing style.
Please note that the code provided serves only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle.
We do not provide support for custom codes that means we can’t fix it in case it conflicts with something on your site nor will we enhance it.
Thanks
Thank you. That works.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.