I would like to place a line break <br> in the titles of my portfolio entries. It seems that the Advanced Layout Builder strips any HTML from the title. Is it possible to add a line break to the title in any other way?
Hey graphicsplus,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
Hi, of course, here is the portfolio page. The project titles in te side bar and on top of the images needs a line break to force the text in brackets to the next line. Putting a <br> code in the title doesn’t work as the Advanced Layout Builder strips any HTML from the title. Can you help?
Hi graphicsplus,
Well, there is an alternative solution.
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
#top #av-masonry-1.av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title {
width: 200px;
margin: 0 auto;
}
If you need further assistance please let us know.
Best regards,
Victoria