• Resolved whiteartstudio

    (@whiteartstudio)


    When you set the Vertical Align for column to space-between the generated css looks like this:

    .guten-section > .guten-container > .guten-PuRcSz.guten-column > .sticky-wrapper > .guten-column-wrapper {
    align-content: between;
    align-items: between;

    Should be:

    align-content: space-between;
    align-items: space-between;

    The same thing happens when you choose space-around, space-evenly

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Yoga

    (@yogajegstudio)

    Hi @whiteartstudio

    Thank you for bringing this issue to our attention.
    I can confirm that it exists, and we will add it to our bug-fix list.

    We will update this topic once the issue is fixed.

    Plugin Support gowinda

    (@gowinda)

    We haven’t heard from you for a while.
    If you still have any issue please let us know.
    I will close the topic for now.

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Vertical align issue’ is closed to new replies.