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

    (@chikaibeneme)

    Hi @gregy1403

    Thanks for reaching out!

    I’m not entirely sure what is causing the markers, however, the snippet below should resolve the issue. You may add it to your theme’s custom CSS area or via custom CSS plugin.

    .tribe-common-l-container.tribe-events-l-container {
        padding-top: 10px !important;
    }
    
    li.tribe-events-c-top-bar__nav-list-item::marker {
    
        color: white;
    }
    Thread Starter gregy1403

    (@gregy1403)

    Thank you very much for fix!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove margin top’ is closed to new replies.