Hello I am teaching myself php at the moment.
I cannot figure why my banner on my website:
Is having so many issues. I worked to get everything else closer to how I liked it and everything. This has just been a thorn in my side
.logo {
background-image: url("./styles/darkfx/theme/images/logo.png");
width: 351px;
height: 117px;
margin-top: 1px;
}
Is the code. I know its linked to style.php somehow. But there is no .logo anywhere in that code.
How do I change its width? I already changed it in most of the CSS I found with a .logo in them.
Thank you