I would love to increase spacing between the project items' thumbnails in the "portfolio" element. The element gives me the option to go up to 20px, but I need to add (much) more spacing. Is this achievable with CSS?
I will post a link in a separate comment privately.
To make the changes as requested, you will need to add some custom CSS code. To do this, please follow these steps:
From your WordPress dashboard, Navigate to Salient > General Settings > CSS/Script Related. In the custom code area, insert the provided CSS snippet:
body .portfolio-items[data-gutter="20px"][data-col-num="elastic"],
body .portfolio-items[data-gutter="20px"] .col {
padding: 50px;
}
Once the code is added, save and refresh the page to see if the change has been applied. In case it helps, please check this section from the documentation on CSS/Script Related. If this does not work as expected or If you have any further questions or need additional assistance, don't hesitate to write back, I'm happy to help.
I would love to increase spacing between the project items' thumbnails in the "portfolio" element. The element gives me the option to go up to 20px, but I need to add (much) more spacing. Is this achievable with CSS?
I will post a link in a separate comment privately.
Thanks in advance!
Hi Tobias,
Thank you for reaching out to us.
To make the changes as requested, you will need to add some custom CSS code. To do this, please follow these steps:
From your WordPress dashboard, Navigate to Salient > General Settings > CSS/Script Related. In the custom code area, insert the provided CSS snippet:
Once the code is added, save and refresh the page to see if the change has been applied. In case it helps, please check this section from the documentation on CSS/Script Related. If this does not work as expected or If you have any further questions or need additional assistance, don't hesitate to write back, I'm happy to help.
Try this and let us know how it goes.
Thanks,
Works! Thanks again.
Hi Tobias,
Great! Glad we could help. Feel free to open another ticket if you have any other queries.
Cheers,