Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #1247822

    Hi Support

    Please could you help me with CSS changes for the fullwidth easy slider’s text position:
    – text position to be right aligned instead of left aligned (the caption position).
    – is it possible to move the caption position to more to the right so it is full aligned with the end of the button “RING NU”
    – is it possible to increase the length of the text line to avoid 3 lines of text. My client would like just to have 2 lines of text

    Thank you very much
    Best regards
    Lene Sachs

    #1247886

    Hey Lene,

    Could you please attach a mockup of what you’re trying to achieve?

    You can upload screenshots to a service like Dropbox or http://imgur.com and give us the links here.

    Best regards,
    Victoria

    #1247920
    This reply has been marked as private.
    #1247975

    Hi Sachs,

    https://share.getcloudapp.com/P8uyZ9N6 You can set the caption to be displayed on the right on every slide.

    Best regards,
    Victoria

    #1248110
    This reply has been marked as private.
    #1248383

    Hi Lene,

    Yes, you need to change the setting first and then we can help tp adjust position further with css.

    Best regards,
    Victoria

    #1248933
    This reply has been marked as private.
    #1249072

    Hi Lene,

    Best regards,
    Victoria

    #1249315
    This reply has been marked as private.
    #1249658

    Hi Lene,

    Thank you.

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .slideshow_align_caption {
      text-align: right;
    }
    

    Where can I see the 3 lines of text? Please share the link.

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1249899
    This reply has been marked as private.
    #1250130

    Hi Sachs,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .caption_right .slideshow_caption {
        width: 55%;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1250543
    This reply has been marked as private.
    #1251715

    Hi,

    To prevent the text from aligning to the right in the home page, please look for the previous css code..

    #top .slideshow_align_caption {
      text-align: right;
    }
    

    .. and replace it with:

    #top:not(.home) .slideshow_align_caption {
      text-align: right;
    }
    

    Best regards,
    Ismael

    #1252221
    This reply has been marked as private.
    #1252357

    Hi Sachs,

    Glad you got it working for you! :)

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

    #1252493
    This reply has been marked as private.
    #1253622

    Hi Sachs,

    Great :)

    We are closing the thread.

    If you need further assistance please let us know in a new one.

    Best regards,
    Victoria

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘Fullwidth easy slider: text alignment (caption position)’ is closed to new replies.