Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #815046

    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

    #815085

    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

    #815093

    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

    #816596

    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

    #816772

    well that was easy – thanks

    #817049

    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

    #817175

    you can close-thanks

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.