https://fiercepublicity.com/
I am still very new to wordpress so i didn’t realise you could put the logo as a single fixed background image and delete the default text. I just tried that but it is not big enough and still not showing the entire logo…
Any suggestions and help on what to change for use as a background image or with using CSS would be great! I have also copied the code if this helps. This is with the logo image as the background but it is not big enough or showing the entire logo.
#header{width:100%; float:left;}
.logo{ width:100%; float:left; margin-bottom:25px;}
.logo h1{ text-align:center; margin-bottom:5px;}
.logo h1 a{ color:#333; text-decoration:none;}
.desc{text-align:center;}
.outer-center {float: right;right: 50%;position: relative;}
.inner-center {float: right;right: -50%;position: relative;}
.logo img{ margin-top:15px; margin-bottom:15px; border:none;}
Thanks for the help!!