Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #395372

    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

    #395423

    Hey!

    Try adding this code to the Quick CSS:

    @media only screen and (min-width: 767px) {
        .single .content {
            padding-top: 180px;
        }
    }

    Cheers! 
    Josue

    #395437

    Josue
    Thanks…works a treat!!
    AnjiG

    #395452

    You are welcome, glad to help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.