Hi,
Could you help me figure out how to get the header logo to sit centered on the home page.
Many thanks
Nathan
Hi Nathan!
Try adding this to your custom CSS.
div .logo {
position: relative !important;
}
Regards,
Elliott
That works perfectly, thank you so much Elliott