-
AuthorPosts
-
July 2, 2020 at 4:46 am #1227370
Hi team,
The content slider seems to be adding an extra white space to the second sliders. See attached screen shots. Any idea why this may be happening?July 3, 2020 at 5:58 am #1227634Hey marsh1984,
I can’t reproduce that on my end using Chrome, how can we reproduce the results in your screenshots?
Best regards,
RikardJuly 9, 2020 at 9:06 am #1229078Hi I’ll come back to you on this one, may have a solution
July 10, 2020 at 9:05 am #1229345Hi,
Thanks for the update. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardJuly 23, 2020 at 11:37 pm #1232823HI team I need to look into this again.
1) How can I vertically align the left column text – home page content slider
2) white space appears when you click through from first slider to subsequent sliders, between the nav arrows and columns. Also on mobile.
https://ibb.co/ZmypkXH
https://ibb.co/61wD46xThanks
July 27, 2020 at 1:46 pm #1233516Hi,
There is a line break tag after the first column and it pushes the second column down to the second line. To fix that issue, make sure that there are no space between the first column’s closing tag.
[/av_one_half]
.. and the second columns opening tag.
[av_one_half second ..]
So instead of..
[/av_one_half] [av_one_half second ..]
.. it should be:
[/av_one_half][av_one_half second ..]
Best regards,
IsmaelJuly 28, 2020 at 1:59 pm #1233748Thanks just tried that and doesn’t seem to work…
Also how do I vertically align the content in the left column?
Many thanksJuly 31, 2020 at 6:11 am #1234303Hi,
Thank you for the update.
Aside from getting rid of the space between the shortcodes, we added this css code to remove the 50px space above the first column.
body .slide-entry-excerpt .column-top-margin { margin-top: 0; }
Best regards,
IsmaelJuly 31, 2020 at 6:13 am #1234304Great thanks. How do I vertically centre the text in the left column so it sits in the middle of the column not the top?
August 4, 2020 at 12:44 pm #1235093Hi,
Also how do I vertically align the content in the left column?
Previously, you wanted the left content to be aligned with the right. Which one do you actually prefer? You can use this css code if you want the content of the right column to be vertically centered.
.slide-entry-excerpt { display: flex; flex-direction: row; align-items: center; }
Best regards,
IsmaelAugust 14, 2020 at 10:20 am #1237725that all works, many thanks
August 14, 2020 at 3:21 pm #1237849Hi marsh1984,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
VictoriaAugust 25, 2020 at 5:48 am #1240580Hi team, one last request on this one. How do I set mobile break point for the columns in content slider?
See here: https://ibb.co/6NDFBDS
Thanks
August 28, 2020 at 2:54 pm #1241594 -
AuthorPosts
- You must be logged in to reply to this topic.