Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1251131

    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

    #1251340

    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

    #1251675

    Hi, it does not work
    URL in private field

    Christian

    #1251996

    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

    #1252274

    50% correct.
    Check the second paragraph!

    C.

    #1252501

    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

    #1252991

    Thanks, that worked
    Christian

    #1253296

    Hi DouPaule,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Paragraph in full width Slide-Show?’ is closed to new replies.