Forums
Home / Plugin: Age Gate / Spacing
(@1quicksi)
4 years ago
Is it possible to lessen the space between the set logo and the headline?
(@philsbury)
Hi @1quicksi,
You can just do this with CSS, this should get you started:
h1.age-gate-logo { margin-bottom: 1px; }
Just change the 1px to whatever you need.
Thanks Phil
Where would I put this? In the additional CSS section?
3 years, 11 months ago
Can go anywhere you want to add css, theme/customizer/age gate additional css.