MyBB Community Forums

Full Version: iGame 1.8.23 (Dark transparent skin)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Theme works for me from mobile device too.
(2015-01-22, 09:44 AM)SvePu Wrote: [ -> ]Theme works for me from mobile device too.

The Look Of This Theme On My Device :
Wasn't even intended for mobiles or tested on one. I'll take a look when i get time over next few days tho.

Use GoMobile if you want a mobile theme.
iAndrew could you help me with GoMobile Theme ?
What do you need help with?
i have install mybb GoMobile today but when we try to create an account we automatically detect spammer .

and how we change igame theme logo
(2015-01-22, 03:11 PM)iturdu Wrote: [ -> ]The Look Of This Theme On My Device  :

Maybe it helps when you add a min-width to css selector #mainwidth in iGame css file new.css

Search in new.css (advanced mode) for:
#mainwidth {
	text-align: left;
	line-height: 1.4;
	margin: auto auto;
	margin-bottom: 100px;	
	width: 90%;
}

Replace this part with:
#mainwidth {
	text-align: left;
	line-height: 1.4;
	margin: auto auto;
	margin-bottom: 100px;	
	width: 90%;
	min-width: 690px;
}

Save changes & try!
~~~~~~~~~~~~~~~~~~~
Else change in iGame global.css some rules for body

Search in iGame global.css (advanced mode) for:
body {
    background:url(images/igame/2.jpg) no-repeat center center fixed; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   color: #274c4a;
   text-align: center;
   line-height: 1.4;
   margin: 0;
   font: normal 13px tahoma,helvetica,arial,sans-serif;	
   font-style: normal;   
   overflow-y: scroll;   
   overflow-x: hidden;
}

Replace this part with:
body {
    background:url(images/igame/2.jpg) no-repeat center center fixed; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   color: #274c4a;
   text-align: center;
   line-height: 1.4;
   margin: 0;
   font: normal 13px tahoma,helvetica,arial,sans-serif;	
   font-style: normal;   
   overflow: auto;   
}
SEVPU Thanks man now working great .
Hey Andrew, firstly cheers for the awesome theme!

Secondly, in your original post you posted the thread which looked like this: http://i3.minus.com/itzmqtkToxtiF.png

For some reason my threads look like this: http://gyazo.com/972a5ab690d2bbfaa06d0dd8f408a7d0

Any idea what's causing this and if so how do I fix it? Aside from this it's perfect and thanks again Smile
(2015-01-23, 02:41 AM)Savage Wrote: [ -> ]Hey Andrew, firstly cheers for the awesome theme!

Secondly, in your original post you posted the thread which looked like this: http://i3.minus.com/itzmqtkToxtiF.png

For some reason my threads look like this: http://gyazo.com/972a5ab690d2bbfaa06d0dd8f408a7d0

Any idea what's causing this and if so how do I fix it? Aside from this it's perfect and thanks again Smile

Andrew might have designed around classic postbit view, try changing to that in your User CP. Wink