No responsiveness

February 2013 WordPress Theme
GK User
Thu Feb 13, 2014 10:17 pm
Hi there,

How do I get rid of any responsiveness whatsoever? I simply want the website to display on mobile devices exactly as it does in computer browsers.

Help greatly appreciated.
User avatar
Fresh Boarder

GK User
Fri Feb 14, 2014 8:13 am
Hello,

Please check this similar thread:
https://www.gavick.com/forums/appsprote ... 33052.html
User avatar
Moderator

GK User
Fri Feb 14, 2014 11:53 am
Piotr Kunicki wrote:Hello,

Please check this similar thread:
https://www.gavick.com/forums/appsprote ... 33052.html


Thanks Piotr,

I have removed the code snippet from responsive_css.php, but it didn't force the site to display on an ipad in a desktop manner. Can you provide any further guidance?
User avatar
Fresh Boarder

GK User
Fri Feb 14, 2014 2:22 pm
Could you provide an URL to your website? (here or via PM)
User avatar
Moderator

GK User
Fri Feb 14, 2014 2:59 pm
User avatar
Fresh Boarder

GK User
Mon Feb 17, 2014 8:36 am
Please add also this code into css/override.css file (first enable this option from Template Options -> Advanced tab).

Code: Select all
#gk-content-wrap + aside {
width: 25% !important;
}

.gk-page {
width: 1200px!important;
}
User avatar
Moderator

GK User
Mon Feb 17, 2014 1:16 pm
I did. Still it comes up totally messed up on on iPad.
User avatar
Fresh Boarder

GK User
Mon Feb 17, 2014 3:54 pm
I don't see mentioned css code on your website, did you enable override option?
User avatar
Moderator

GK User
Mon Feb 17, 2014 4:28 pm
I did, but when I saw it didn't work out, I removed it again.

I've just enabled it once more for you to have a look,
User avatar
Fresh Boarder

GK User
Tue Feb 18, 2014 8:33 am
There's a mistake in you override.css file, this selector:
Code: Select all
.fyre .fyre-comment-wrapper time.fyre-comment-date
doesnt' have end bracket:
Code: Select all
}
and code after that don't work properly.
User avatar
Moderator

GK User
Tue Feb 18, 2014 12:22 pm
Oh I see. Thank you fopr your quick help Piotr!
User avatar
Fresh Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.