Forum replies created
change the code:
@media only screen and (min-width: 1000px) {
.home .header-wrapper {
margin-bottom: -100px;
position: absolute;
width: 100%;
z-index: 9999;
}
}
by the way, you are using too big images, reduce their resolution, the website is loading too slow
try Custom CSS:
@media only screen and (min-width: 1000px) {
.header-wrapper {
margin-bottom: -100px;
position: absolute;
width: 100%;
z-index: 9999;
}
}
try to leave this value empty Slider Height when you edit the slider settings
you removed the custom css
please try this hack and let me know https://theme4press.com/support/topic/after-v-1-8-0-update-the-main-menu-sticks-in-ie/#post-16546
you can enable full width page when you edit the page, scroll down and select Full Width in the options
I would need to see the live website
sorry, cannot say further solution without seeing your theme’s code
please edit header.php file, line #24
<meta http-equiv="X-UA-Compatible" content="IE=9" />
replace with
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
let me know if it helps