Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #981261

    Hi, how can I fix the alignment of the events widget?
    And how can I get the bullet points to align correctly and to not have a line break between them and how to remove the buttons at the bottom?

    Thanks.

    #981973

    Hey DROR,

    Thank you for using Enfold.

    1.) Use this code to fix the alignment.

    .rtl .tribe-events-event-meta .column, .rtl .tribe-events-event-meta .tribe-events-meta-group {
        text-align: right;
    }

    2.) This css code should remove the google buttons.

    .tribe-events-cal-links {
        display: none;
    }

    3.) Set the bullet points inside the ul tag.

    #tribe-events-pg-template .tribe-events-content ul, .tribe-events-after-html ul, .tribe-events-before-html ul {
        list-style: disc inside;
    }

    Best regards,
    Ismael

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