• How can I make my logo a fixed background and be able to post on top of it. I would like the image to stay fixed in the background as you scroll down. Does this theme even allow that?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi, you want the logo to stay in one spot and visible while you scroll up and down on the page? If so, the following in Appearance->Customize->Additional CSS should work on desktop or any browser widths wider than 568px

    @media screen and (min-width: 568px ) {
        .site-header .site-logo a {
            left: 60px;
            position: fixed;
        }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Fixed Background’ is closed to new replies.