Comments 12MeesterGijs started the conversationOctober 19, 2022 at 6:53pmHello,Can I align the top button so it aligns with the one underneath that I added a box around?Thanks,Gijs[deleted] repliedOctober 21, 2022 at 7:33pmPlease 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; } 12MeesterGijs repliedOctober 21, 2022 at 8:22pmPerfect! Can we also align the text? So that all menu items are aligned...Thanks,Gijs[deleted] repliedOctober 25, 2022 at 9:20amIf I do that then other things will break like padding , also it might affect things on mobile . 12MeesterGijs repliedOctober 25, 2022 at 9:43amOk, let's leave it like this then. Sign in to reply ...
Hello,
Can I align the top button so it aligns with the one underneath that I added a box around?
Thanks,
Gijs
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; }
Perfect! Can we also align the text? So that all menu items are aligned...
Thanks,
Gijs
If I do that then other things will break like padding , also it might affect things on mobile .
Ok, let's leave it like this then.