Forum replies created

    Roman
    Spectator
    Posts: 3147
    18.04.2015 at 18:16 #16561

    change the code:

    @media only screen and (min-width: 1000px) {
    .home .header-wrapper {
    margin-bottom: -100px;
    position: absolute;
    width: 100%;
    z-index: 9999;
    }
    }

    Roman
    Spectator
    Posts: 3147
    18.04.2015 at 18:14 #16559

    by the way, you are using too big images, reduce their resolution, the website is loading too slow

    Roman
    Spectator
    Posts: 3147
    18.04.2015 at 18:07 #16557

    try Custom CSS:

    @media only screen and (min-width: 1000px) {
    .header-wrapper {
    margin-bottom: -100px;
    position: absolute;
    width: 100%;
    z-index: 9999;
    }
    }

    Roman
    Spectator
    Posts: 3147
    18.04.2015 at 18:00 #16554

    try to leave this value empty Slider Height when you edit the slider settings

    Roman
    Spectator
    Posts: 3147
    18.04.2015 at 17:57 #16552

    you removed the custom css

    Roman
    Spectator
    Posts: 3147
    18.04.2015 at 17:49 #16551
    Roman
    Spectator
    Posts: 3147
    18.04.2015 at 17:48 #16550

    you can enable full width page when you edit the page, scroll down and select Full Width in the options

    Roman
    Spectator
    Posts: 3147
    18.04.2015 at 17:46 #16548

    I would need to see the live website

    Roman
    Spectator
    Posts: 3147
    18.04.2015 at 17:45 #16547

    sorry, cannot say further solution without seeing your theme’s code

    Roman
    Spectator
    Posts: 3147
    18.04.2015 at 17:42 #16546

    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