I've been assisting someone with their website, relying on self-taught knowledge and taking over from another coder. When I received the site, it had a lot of dead space on mobile which I managed to fix, but there's still this centering issue that's been giving me trouble.
Using Wordpress, I was playing around with the CSS to ensure consistent text formatting, and I noticed several blank spaces in the code.
Here's the snippet of CSS code:
.logged-in header .navbar-default {
top: 0px;
}
.toppa img:hover {
opacity: 0.3;
}
.feeder {
width: 75%;
margin: 0 auto;
margin-top: 100px;
}
/* More CSS rules continue... */
I would greatly appreciate any assistance with this issue as I've been struggling with it for days!