Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support masoodak

    (@masoodak)

    Hi @thesinglegourmet,

    Thanks for reaching out!

    I checked the single event page using the URL you provided, and it seems you could center-align the “Add to calendar” button (https://i.imgur.com/js2cWsu.png). Please let me know if you still need assistance with this.

    Kind regards,
    Masood

    Thread Starter thesinglegourmet

    (@thesinglegourmet)

    This code achieved my goal:

    .tribe-block.tribe-block__events-link {
    justify-content: center;
    padding-top: 0!important;
    }
    
    .single-tribe_events .tribe-events-c-subscribe-dropdown {
    margin-top: 0!important;
    }

    Both the margin and the padding have to be set to zero.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to center and reduce margins for Event Sharing (“Add to Calendar”) block?’ is closed to new replies.