How to remove the Opposite space on a customized timeline

UI Components for Vue
Post Reply
yoo4471
Posts: 1
Joined: 10 Aug 2022, 14:00

10 Aug 2022, 14:10

First of all, thank you for your help.

I want to use customized timeline on the site below.

https://www.primefaces.org/primevue/timeline

By the way, I wanted to remove the opsite space but failed. Removing the opposite div from Timeline.vue does not work as desired. Can you help me?

tugce.kucukoglu
Posts: 560
Joined: 23 Oct 2020, 09:28

11 Aug 2022, 16:10

You could use this line of codes to override the styles

Code: Select all

::v-deep(.p-timeline-event-opposite) {
    display: none;
}

Post Reply

Return to “PrimeVue”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 9 guests