Okay
  Public Ticket #3149801
align buttons
Closed

Comments

  •  12
    MeesterGijs started the conversation

    Hello,

    Can I align the top button so it aligns with the one underneath that I added a box around?

    5772944208.png


    Thanks,

    Gijs

  • [deleted] replied

    Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css : 

    a.button.is-primary.new_mail { font-size: 1rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-left: -0.5rem; }

  •  12
    MeesterGijs replied

    Perfect! Can we also align the text? So that all menu items are aligned...

    1756110718.png


    Thanks,

    Gijs

  • [deleted] replied

    If I do that then other things will break like padding , also  it might affect things on mobile .

  •  12
    MeesterGijs replied

    Ok, let's leave it like this then.