Hello Kriesi team,
Today I have a difficult question. Please go to the page http://www.behrens-rechtsanwaelte.de. There you can see the header with the black bars on the start page. Unfortunately, the third bar does not go to the right and is therefore noticeable. Is there a way to let it end on the right without adapting the text?
Best regards,
Martin
Hey m_reiprich,
Please try the following in Quick CSS under Enfold->General Styling:
.caption_framed .slideshow_caption .avia-caption-content p {
min-width:100% !important;
}
Best regards,
Rikard
Hello Rikard,
I did that, but nothing has changed.
Best regards,
Martin
Should I try to make an older version? I made a backup that I could go to.
Hi m_reiprich,
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
.caption_framed .slideshow_caption .avia-caption-content p {
width: 100%;
}
If you need further assistance please let us know.
Best regards,
Victoria
Should I try to make an older version? I made a backup that I could go to.