01. I had to add this code to header to get some space between the slider area and the header :
#header_main {border-top-style: solid; margin-bottom: 10px;}
It does looks very good till you scroll down, as you can see the gap doesn`t look that nice while scrolling. There is another way to get some space between the header and the slider area?
02. Down on the page right under the title “NO OTHER RESORT………” youll notice 3 images. In dreamwaver they align perfect, as you can see the text is out of boundaries and the hole div is floating left. I notice in firebug if I
ll deselect the :
* {
box-sizing: border-box;
}
from (css line 41), everything aligns like it should (minus the left floating). Any thoughts ?
Thank you.
Hey!
1- Please remove your custom CSS code with following one
div#main {
margin-top: 30px;
}
.html_stretched #wrap_all {
background-color: #f2f2f2;
}
2- Add following code to Quick CSS
ul#featActivities li a { height: 75px; }
Regards,
Yigit
Im getting 30px margin between the header and the slider, but it
s white.
Thank you,
Hi!
Please add following code to Quick CSS as well
#main, .html_stretched #wrap_all {
background-color: #F0F0F0 !important;
}
Cheers!
Yigit
Hey!
Try adding this code to the Quick CSS:
.html_header_top.html_header_sticky #main {
padding-top: 88px !important;
}
Cheers!
Josue
none of those codes works.
I`m getting the same result (desire padding but white space). I guess I have to stick with this code :
#header_main {border-top-style: solid; margin-bottom: 10px;}
is working fine, minus the margin when I`m scrolling down.
any other thoughts ?
thank you.
Hi!
Please add following code to Quick CSS as well
.header-scrolled #header_main {border-top-style: none; margin-bottom: 0;}
Cheers!
Yigit
you`re the man. works flawlessly.
thank you.