• Resolved MazterRic

    (@mazterric)


    If you go to http://www.smydricky.mauvsa.org/pageant-information/judging-criteria/
    and try to scroll down by sidebar or the scroll on the mouse, it will bring you to the very top and won’t let you go down first.

    I’ve noticed that on my current home page as well. Could you please advise what’s going on here and how to adjust it? It’s as if this is running on a fixed template for how long the content and display vertically..

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • position: fixed makes it stay in view

    .head-container.fixed {
    position:fixed;
    top:0;
    left:0;
    -webkit-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.3);
    min-height: 0 !important;
    background-attachment:scroll !important;
    background-image:none !important;
    }

    Thread Starter MazterRic

    (@mazterric)

    Hey Batharoy.

    Thanks for the explanation. So all I did was changing it to relative and that seemed to do the trick. Sorry for dumb questions – getting better at this! =)

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

The topic ‘Content Vertical Display Question?’ is closed to new replies.