I am looking to get my logo in the centre of the nav bar at the top of the page.
I have used this CSS to achieve this so far, but I am looking to now increase the size of the logo to about 300/400 pixels wide.
Is there a way to do this?
.the-logo {
background: url(http://www.pummieproductions.co.uk/wp-content/uploads/2020/01/pummienobkg.png) no-repeat center center;
background-size: contain;
}
Also, is this easier to do with an upgrade to Pro?
Many thanks for you help!