Tagged: x
-
AuthorPosts
-
April 6, 2016 at 12:31 pm #869723
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;
}
}April 6, 2016 at 5:53 pm #870202Hi 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!
April 7, 2016 at 1:28 pm #871619Thanks!
April 7, 2016 at 10:47 pm #872278You are most welcome. 🙂
-
AuthorPosts