Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1127772

    Hello Support,

    When using the Accordion Slider, is it possible to get the top of each Caption Title to appear evenly on one (imaginary) horizontal line? I am finding that their positioning is affected by the length of the caption title.

    Any advice you can provide would be greatly appreciated.

    Thanks in advance!

    #1127864

    Hey MLA18,

    Yes, they are centered in the container. How do you want to align them instead?

    Best regards,
    Rikard

    #1127952

    Hi Rikard,

    I have included an image, maybe that will explain what I am looking for in a better way. Rather than the amount of content dictating the positioning, I am trying to get the Caption Titles to appear evenly on one consistent row. As of now, they are different staggered positions.

    Does that help? I’m still not sure if I am explaining what I am trying to achieve well enough.

    Thanks!

    #1128142

    Hi,

    Thanks for that, please try the following in Quick CSS under Enfold->General Styling:

    #top .aviaccordion-preview-title {
        vertical-align: top;
    }

    Best regards,
    Rikard

    #1128405

    Thank you for that, however now they are at the top of the slider. What I was hoping to achieve is to have them centered on the tile…yet the titles would be aligned. Can this be done?

    Thanks!

    #1128438

    Hi,

    Please try this instead:

    #top .aviaccordion-preview-title {
        vertical-align: top;
        padding-top:40px;
    }

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.