• Hi,

    I have a custom built theme that was built a couple years ago. The front page header logo has been fine on desktop since the site was created and then this weekend it began to appear cut off. (Mobile version is fine) I am terrible with images and image related numbers to be able to update the css. Any suggestions would be appreciated. Here is the site: http://www.heartofthenation.org/

    Thanks
    Desiree

Viewing 1 replies (of 1 total)
  • Hi Desiree,

    For a quick fix, you can try this CSS snippet. You can either put it in your stylesheet or in the advance css box that’s part of the Customizer:

    .rc-nav-standard .uk-navbar-nav>li.logo{
       background-size: contain;
    }

    This should make your logo visible in full.

    If it still doesn’t work. Don’t remove that code. Come back and reply. I would like to see it in action, to help you fix it. If you need help figuring out how/where to add that CSS code, do let me know and I’ll try to walk you through this.

    ^V

Viewing 1 replies (of 1 total)

The topic ‘Header Image Cut Off’ is closed to new replies.