Hello,
I have a page I am trying to add four images into with captions, to line up horizontally. It works if I don’t have captions, but then start stepping off and not aligning when I add images with captions.
I have four colors on this specific page, but will eventually have up to 8. Please advise on how to resolve this issue.
Thanks!
Hey sealmaster,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look? Why are you adding the br tags there?
Best regards,
Victoria
Hi sealmaster,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.page-id-394 .wp-caption + br {
display: none;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi,
Please refer to the following on finding page ids:
https://www.ostraining.com/blog/wordpress/how-to-find-the-page-id-in-wordpress/
Best regards,
Jordan Shannon