Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1470217

    Hello there,
    I can add photos to the circle in the timeline, but they are very small.
    Who can help me with a code that enlarges the circles to 400 x 400 px?

    I tried it with the help of ChatGPT and produced this, but it only enlarges the first circle, all others remain small.

    /*————————————
    // Timeline Bautagebuch
    //————————————*/
    /* Vergrößert alle Timeline-Elemente auf 400×400 Pixel */
    .timeline-bautagebuch .av-milestone-content-wrapper,
    .timeline-bautagebuch .av-milestone-icon {
    width: 400px !important;
    height: 400px !important;
    border-radius: 50% !important;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
    }

    /* Falls nötig, gleiche Höhe und Breite für alle Aufzählungspunkte in der Timeline */
    .timeline-bautagebuch .av-milestone-item {
    width: 400px !important;
    height: 400px !important;
    }

    #1470238

    Hey Monika,

    Please try this CSS instead:

    .avia-timeline .milestone_icon {
      height: 400px;
      width: 400px;
      line-height: 400px;
    }

    Best regards,
    Rikard

    #1470245

    Worked perfectly, thank you! Your support is truly amazing!

    #1470249

    Hi,
    Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Timeline customization – bigger circles’ is closed to new replies.