I have a full width slider on teh home page.
I added – below code to remove gap between caption title and caption text.
.avia_transform .av_slideshow_full .avia-caption-title {
margin-bottom: 0px;
}
Can you help remove the gap spacing between lines of caption text?
Thanks
Hey pathaug,
You can remove that horizontal ruler element and the space will be gone. Or make the space smaller by adding this css to your child theme style.css
#after_full_slider_1 .content {
padding: 10px 0;
}
Best regards,
Victoria
sorry – I was not clear-
I’m talking about the gap INSIDE the slider
on the 1st slide I have this:
Company name
city
The warmest place to create & connect.
Fused glass & Metal Clay classes, parties and supplies.
I’d like city to be under the Caption title then next 2 lines
and there is a gap between all this:city
The warmest place to create & connect.
Fused glass & Metal Clay classes, parties and supplies.
THIS removed gap between title and text –
.avia_transform .av_slideshow_full .avia-caption-title {
margin-bottom: 0px;
}
Thanks
Hi,
There is a gap because they are separated by paragraph tags.
Stillwater, MN
The warmest place to create & connect.
Fused glass & Metal Clay classes, parties and supplies.
Remove the paragraph tags to prevent the separation. If this is not what you’re after, please provide a screenshot.
Best regards,
Ismael
well that was easy – thanks
Hi,
Sometimes it is :-)
Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
you can close-thanks