Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #869723

    jubben
    Participant

    Hi there. Your team is always great about helping, so I’m reaching out once more!

    On roulettegeeks.com, the background image doesn’t fill the screen past 1660px, and I have the same problem on .ru and .pl as well, but it works on roulettegeeks.es, and I can’t figure out what’s wrong. Can you help? I downloaded and uploaded the template from one site to the others (as far as I know), so I’m not sure what the issue is.

    Here’s the custom code on the .es stylesheet:

    .x-section.bg-image {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    max-height: 700px !important;
    background-position: 50% 0% !important;
    }

    div#introduction {
    margin-top: 650px !important;
    }

    @media screen and (max-width: 1600px) {
    .x-section.bg-image {
    position: relative !important;
    max-height:auto !important;
    }
    div#introduction {
    margin-top:0px !important;
    padding-top: 35px !important;
    }
    }

    #870202

    Friech
    Moderator

    Hi There,

    Thanks for writing in! The background image is full-width on the .com and .es. Please apply this code:

    .x-section.bg-image {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    max-height: 700px !important;
    background-position: 50% 0% !important;
    }

    On the http://roulettegeeks.ru/ and http://roulettegeeks.ru/ as well.

    Hope it helps, Cheers!

    #871619

    jubben
    Participant

    Thanks!

    #872278

    Prasant Rai
    Moderator

    You are most welcome. 🙂