Hi guys,
I’m having a problem in setting a container 100% for the height. Width is not an issue by adding width: 100% !important;
but that doesn’t work for the height. Before I try to explain in detail please check it out here:
The page is always a bit to high. Any idea what I’m doing wrong?
Cheers,
quicky
Hey quicky2000!
Please edit your page and choose to display transparent header
Best regards,
Yigit
Hey Yigit,
thanks for your quick feedback. I set the page to transparent header, but it doesn’t work. Tried around (even fully removed the quick css code). Doesn’t help… its transparent while scrolling, though ;-)
What am I doing wrong?
Hi!
Please add following code to Quick CSS as well
.html_header_transparency #top .avia-builder-el-0 .container {
padding-top: 0!important;
}
Best regards,
Yigit
Done, with no luck yet. Could you have another look, please. I’m happy to share credentials for you to login.
Hi!
Please review your website now. I have edited custom CSS code in Quick CSS field
Best regards,
Yigit
Awesome! Works! What is .home #main { margin-top: -47px; }
being used for?
Hi!
For some reason, 47px gap between top of the page and slider was there. That code is used to remove it :)
Cheers!
Yigit
Maybe because of the header custom-height which I set to 45px? (+1px border on both sides would make 47px)
One last question: It still doesn’t work on the next side: I really wanted to find out myself but I don’t find the reason for it. Any hint would be great :-)
Found it myself:-)
Nevertheless: Thanks for all the support!