-
AuthorPosts
-
September 23, 2020 at 11:58 am #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 textThank you very much
Best regards
Lene SachsSeptember 23, 2020 at 3:05 pm #1247886Hey 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,
VictoriaSeptember 23, 2020 at 4:14 pm #1247920This reply has been marked as private.September 23, 2020 at 7:39 pm #1247975Hi Sachs,
https://share.getcloudapp.com/P8uyZ9N6 You can set the caption to be displayed on the right on every slide.
Best regards,
VictoriaSeptember 24, 2020 at 11:09 am #1248110This reply has been marked as private.September 25, 2020 at 11:28 am #1248383Hi Lene,
Yes, you need to change the setting first and then we can help tp adjust position further with css.
Best regards,
VictoriaSeptember 28, 2020 at 9:17 am #1248933This reply has been marked as private.September 28, 2020 at 4:24 pm #1249072Hi Lene,
Best regards,
VictoriaSeptember 29, 2020 at 10:59 am #1249315This reply has been marked as private.September 30, 2020 at 2:43 pm #1249658Hi 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,
VictoriaOctober 1, 2020 at 4:01 pm #1249899This reply has been marked as private.October 2, 2020 at 4:39 pm #1250130Hi 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,
VictoriaOctober 5, 2020 at 9:34 am #1250543This reply has been marked as private.October 9, 2020 at 2:38 pm #1251715Hi,
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,
IsmaelOctober 12, 2020 at 10:04 am #1252221This reply has been marked as private.October 12, 2020 at 8:47 pm #1252357Hi Sachs,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaOctober 13, 2020 at 10:01 am #1252493This reply has been marked as private.October 18, 2020 at 5:47 pm #1253622Hi Sachs,
Great :)
We are closing the thread.
If you need further assistance please let us know in a new one.
Best regards,
Victoria -
AuthorPosts
- The topic ‘Fullwidth easy slider: text alignment (caption position)’ is closed to new replies.