• Resolved ebarcena

    (@ebarcena)


    Although it’s a really cool effect, the marquee overlaps the content when you scroll. Is there a way to make it stay static at the top of the page? It’s very distracting, especially when you’re visiting the site on mobile.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Anders Norén

    (@anlino)

    Hey @ebarcena,

    You can disable the stickiness by going to Appearance → Editor where you click the preview on the right, select the Styles tab, click the three dots icon next to the “Styles” heading, select “Additional CSS”, and then add the following to the text area and hit Save:

    body:not(.editor-styles-wrapper) .vermeer-is-fixed-title-header { position: absolute; }

    That should do the trick.

    — Anders

    Thread Starter ebarcena

    (@ebarcena)

    Thanks Anders. It worked perfectly.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Marquee overlapping content’ is closed to new replies.