Okay
  Public Ticket #1318897
OT Events
Closed

Comments

  • jomeizzy started the conversation

    My OT Even has a big top space between the OT Header and the OT Event, i figured out it has this inline styling: <div class="company-events margin-top-70" id="company-events">

    How do i remove the "margin-top-70"?

  •  2,010
    Ocean replied

    Hi,

    you can add css.

    .company-events.margin-top-70 {

    margin-top: 0;

    }

    Or you can open file shortcode.php. Find even => remove "margin-top-70"