• Resolved sec55

    (@sec55)


    When you click the “Click to Begin” button it scrolls too far down the page. It should stop at the first paragraph. It does the same thing on the other site I developed with the Sydney theme, http://www.lansi.tech. Does anyone have an idea why, and how to change this behavior?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello, try to use the following CSS code.

    You can add CSS code in Customize → Additional CSS section.

    @media (min-width: 1025px) {
    	#primary {
    		padding-top: 200px;
    		margin-top: -200px;
    	}
    }

    Kind Regards, Roman.

    Thread Starter sec55

    (@sec55)

    That worked, thanks! I had to reduce both of them to 200 pixels, but nevertheless it works.

    • This reply was modified 7 years, 9 months ago by sec55.
    Thread Starter sec55

    (@sec55)

    Thanks again!

    You are welcome! 🙂

    Kind Regards, Roman.

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

The topic ‘“Click to Begin” button scrolls too far’ is closed to new replies.