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

    Hi, If I choose postion without frame ‘below’, the text is aligned below but not centered. Also no padding.
    How and where can I change to e.g. padding below 20px and centered below?

    #1305536

    Hey JannyPolak,

    Please provide us with details in private, so that we can see the actual element on your site.

    Best regards,
    Rikard

    #1305653

    The site is in maintenance mode, see login in private content

    #1305829

    Hi,

    You might have forgotten to include the site URL. Please post it in the private field.

    For the meantime, try to use this css code to adjust the position of the caption.

    .caption_bottom .slideshow_caption {
    	bottom: 50px;
    }
    

    Best regards,
    Ismael

    #1305837

    Oh sorry… 🤪…
    The height is working, however, how to center at this height? What should I add to the css?

    See enclosed website info

    • This reply was modified 3 years, 5 months ago by JannyPolak.
    #1306015

    Hi,

    Thank you for the update.

    Did you try the css code above? That should pull the caption upwards and align it to the center. You just need to adjust the bottom position value.

    .caption_bottom .slideshow_caption .slideshow_inner_caption {
        bottom: 200px;
    }
    

    If you want to center align the caption horizontally, try to use this css code.

    .caption_bottom .slideshow_caption .slideshow_inner_caption {
    	text-align: center;
    }
    

    Best regards,
    Ismael

    #1306784

    I did this combination and it works fine!! Many thanks.

    .caption_bottom .slideshow_caption {
    bottom: 100px;
    }

    .caption_bottom .slideshow_caption .slideshow_inner_caption {
    text-align: center;
    }

    #1307043

    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 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Full width slider change options of position of text and buttons to center below’ is closed to new replies.