Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #876729

    I’m trying to adjust the margins between the Caption Title, the Caption Text and the buttons below them in the fullscreen slider. They should be closer together.
    This is the code I came up with, but apart from adjusting the margin from the buttons to the text above it, I can’t get it to work.

    Can you help me change the right elements with the right code?

    `.avia-slideshow-button {
    margin-top: 0px !important;
    }

    .avia-caption-title {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    }’

    #877776

    Hey rhae,

    The proper option is

    .avia-caption-content p {
    margin: 0px !important;
    padding: 0px !important;
    }

    Best regards,
    Basilis

    #877792

    Hi Basilis,

    Thanks! That worked for the Caption Text.
    For other users to find: I’ve adjusted the margin below the Caption Title as well with this code:

    .avia-caption-title {
    margin-bottom: 0px !important;
    padding: 0px !important;
    }
    #878092

    Hi rhae,

    Glad you got it working for you! And thank you for sharing! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

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