Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1079587

    Hey!

    How is it possible to change position of the caption title and button within the full width slider element?

    #1080437

    Hey Brautgalerie,

    When you edit the fullscreen slider, go to Caption (tab) then set the Caption Positioning.
    Here’s a screenshot: https://imgur.com/nOM1foE
    Hope this helps.

    Best regards,
    Nikko

    #1081084

    Hi!

    Thanks. But I wanted to change the position more “exactly” e.g. by pixels. The standard option from enfold only allows to change the position roughly, (Center, left, right…). Can you Tell me the right selector to move caption title?

    Thx.

    #1081402

    Hi Brautgalerie,

    Try adding this css code in Quick CSS, located in Enfold > General Styling:

    #top.home #fullscreen_slider_1 .slideshow_caption a.avia-slideshow-button {
        position: absolute;
        right: 10px;
        bottom: 10px;
    }

    Then just adjust right and bottom values.
    You can also use for example -10px so it goes to the other direction.

    Best regards,
    Nikko

    #1082236

    Hi,

    thx, it worked. How can I change the position exactly of the images of the full width slider?

    Regards Tobias

    #1082466

    Hi Tobias,

    I’m not sure what you meant with changing the position of the slider image in the fullwidth slider, can you give a screenshot of what you’re trying to achieve compared to what you have now?
    Slider Images are like background images so no need for it to change its position.

    Best regards,
    Nikko

    #1082867

    Hi!

    I want to move the background/image position of the slider so that the caption title can be read easier.Screenshot

    With the standard features of enfold the positioning of the images is not so comfortable.

    #1082868

    Screenshot slider

    • This reply was modified 5 years, 7 months ago by Brautgalerie.
    #1083400

    Hi Brautgalerie,

    I see, on my end it looks great (screenshot in private content).
    However in a smaller screens the text goes on top of those leaves and flowers, I tried adjusting the background position however changing it doesn’t really look nice.
    Try adding this css code instead:

    #top.home #fullscreen_slider_1 h2.avia-caption-title {
        background-color: rgba(255,255,255,0.6);
        display: inline-block;
        padding: 4px 8px;
    }

    It will add a white semi-transparent background which should make the text more readable.

    Best regards,
    Nikko

    #1084315

    Thank you it worked.

    #1084398

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Position caption title and button in full-width slider’ is closed to new replies.