Mobile version image does not rezise correctly

February 2014 WordPress Theme
GK User
Tue Oct 07, 2014 8:12 am
Hi all! I'm having an issue about the sections of my site, (www.trompogames.com) in the mobile version, one of the images that should be as an "Image background" doesn't seem to work as a background image and apparently is in front of the text.
Works fine on a desktop device, but on a mobile device screws up.

Hope you can help me with this!

Thanks up front.
User avatar
Fresh Boarder

GK User
Tue Oct 07, 2014 12:29 pm
Hi,

Try to add this code into Mo/css/desktop.small.css file:

Code: Select all
.frontpage #gk-mainbody .box.imagebg {
   margin: -80px -60px!important;
}


and this into css/mobile.css file:
Code: Select all
.frontpage #gk-mainbody .box.imagebg {
   margin: -80px -20px!important;
}
User avatar
Moderator

GK User
Wed Oct 08, 2014 4:42 am
Thanks a lot!! It worked perfectly!!
User avatar
Fresh Boarder


cron