• Resolved Bijdrager

    (@bijdrager)


    Hi Generatepress community,

    I know the page above is far from finished yet. but I struggle to get the line out of the connectors from the content time line correct. They are not vertically aligned as they should be. In the editor they look aligned, on the web-version itself not. As you can see on the homepage of above domain.
    I tried several things and in the end, I contacted with the people from UG (ultimate addons for Gutenberg).

    When they use this content timeline block on an empty site or with the theme twenty-nineteen for instance, everything works fine.
    I provided them with an administrator account to above site and they did not see a reason for this timeline not to work. They thinks something clashes between the Generatepress theme and this particularly part of the UG plugin.
    Their suggestion was to contact you guys. So here I am, Can you help me fix this issue?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Tom

    (@edge22)

    Hi there,

    Can you try adding this CSS?:

    .uagb-timeline__center-block .uagb-timeline__right .uagb-timeline__day-new {
        box-sizing: border-box;
    }

    Let me know ??

    Thread Starter Bijdrager

    (@bijdrager)

    Hi Tom,

    Thank you for your reply.

    I added the CSS and the 1st, 3rd, 5th connector are now in line, ( aka top, middle and bottom one)
    But the 2nd and 4th are not.

    So it worked only partially unfortunately..

    Theme Author Tom

    (@edge22)

    Try this instead:

    .uagb-timeline__center-block .uagb-timeline__day-new {
        box-sizing: border-box;
    }
    Thread Starter Bijdrager

    (@bijdrager)

    Yeah! It works!

    Thanks a lot!

    Theme Author Tom

    (@edge22)

    You’re welcome ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘content timeline Ultimate addons Gutenberg’ is closed to new replies.