I am trying to vertically center the title and branding of my website for tablet and smartphone mode : https://odetomytravels.com/
I would like to just add CSS code to the website theme section "aditionnal CSS".
Thank you !
site-title site-branding {
vertical-align: middle !important;
}
Curently the title and branding are sticked to the top of the page in tablet and smartphone mode.