Hi Tom and Leo,
I wanted to make the video height larger on larger screens. This is the CSS I used:
@media (min-width: 1281px) {
#homeheading div.generate-inside-page-header-content.page-header-content-container {
padding-top: 30% !important;
padding-bottom: 21% !important;
}
}
but it doesn’t seem to work, even if I use ‘!important’. The paddings are set on 17%.
Any ideas what I’m doing wrong?
Also, my Simple CSS jumps to the top when I save. For a couple of days after 1.1 it stayed on the same place, but this function ‘disappeared’ after a while.