Hans Petter Lie-Nielsen

Joined

1,720 Experience
17 Lessons Completed
0 Questions Solved

Activity

Had the same problem, but seems to be solved by using the https:// url from Ngrok instead of http://

Posted in Can someone help with some CSS please

Hi David. I'm not very familiar with WordPress, but it seems that every page has a unique class in the body tag, "page-id-000", where 000 is the page you want to change.

So if this is just for one page on your site, you could use:

.page-id-000 .header {min-height: 300px}

Make sure you put this override below the original style of the header in the CSS file.