Hi
Because of clients wishes I have moved the logo out of the nav bar area to further down the page. This all works fine however the logo now overlays the title bar in posts ( see link to site). I’ve had to custom set up permalink as: /%category%/%postname% due to links from old website. It would be helpful if I could hide the title bar in posts…is this possible if the permalink is set up how it is? And if it is possible how do I do it?
Many thanks
AnjiG
Hey!
Try adding this code to the Quick CSS:
@media only screen and (min-width: 767px) {
.single .content {
padding-top: 180px;
}
}
Cheers!
Josue
Josue
Thanks…works a treat!!
AnjiG
You are welcome, glad to help :)
Regards,
Josue