Hi
1: please ….NOT Victoria!
2: No, i wont give you access since its a general question.
How can i create paragraphs in the description of a full width slide show without getting these ugly gaps??
https://douglas-consulting.de/screenshots/slider.jpg
Christian
Hey DouPaule,
Please try the following in Quick CSS under Enfold->General Styling:
.avia-fullscreen-slider h2.avia-caption-title {
margin: 0;
}
If you need further help then please post a link to where we can see the actual elements on your site.
Best regards,
Rikard
Hi, it does not work
URL in private field
Christian
Hi,
Please try this instead:
.caption_framed .slideshow_caption .avia-caption-title {
margin: 0 !important;
}
Make sure that you activate the option to delete old CSS and JS files under Enfold->Performance before you check the results.
Best regards,
Rikard
50% correct.
Check the second paragraph!
C.
Hi,
Please replace the previous CSS with this:
.caption_framed .slideshow_caption .avia-caption-title, .caption_framed .slideshow_caption .avia-caption-content p {
margin: 0 !important;
}
Best regards,
Rikard
Thanks, that worked
Christian
Hi DouPaule,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria