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

    Hi.
    I would like the title for the full screen slider to be top left but there doesn’t seem to be an option for this?

    #807435

    Hey Mark,

    Please try the following in Quick CSS under Enfold->General Styling:

    .avia-fullscreen-slider .caption_bottom .slideshow_caption {
        bottom: auto !important;
    }

    Best regards,
    Rikard

    #807448

    Thanks but it’s a bit too high.
    How can I lower it a little?
    Thanks.

    #807784

    Hi,

    Try this instead, adjust the padding value to your liking:

    .avia-fullscreen-slider .caption_bottom .slideshow_caption {
        bottom: auto !important;
        padding-top:20px;
    }

    Best regards,
    Rikard

    #807819

    Thanks Rikard but no matter what I change the padding to it remains the same.

    This code: .avia-fullscreen-slider .caption_bottom .slideshow_caption {
    bottom: auto !important;
    padding-top:300px;
    }

    Gets this: http://www.otwaysaccommodation.com.au/test-kangaroos/

    #807924

    Hi,

    Ok, thanks for the feedback. Please try this instead:

    .html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
        padding-top: 120px !important;
    }

    Best regards,
    Rikard

    #807962

    Hi Rikard. Thanks but…

    That didn’t work either.
    Might it have something to do with the first code I received?

    This: .avia-fullscreen-slider .caption_bottom .slideshow_caption {
    bottom: auto !important;
    }

    It refers to the caption being at the bottom but I want it at the top.

    #808387

    Hi,

    I don’t think so since it will be aligned to the bottom otherwise, which seems to be the case on your site now. Did you remove that code? If so then please add it back.

    Best regards,
    Rikard

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