Responsive layout starting from 1024px

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Jul 04, 2013 8:43 am
Reply with quote
Report this post
Good mornign,

working on StoreBox template, I noticed that responsive layout starts from 1024px. Unfortunately 1024px resolution is still used from many desktop pc, so, is possible to set the start of the responsive layout for example by 1000px?

Thank you in advance...
Gierso
User avatar
Fresh Boarder

GK User
Thu Jul 04, 2013 9:37 am
Reply with quote
Report this post
You can use this css:
Code: Select all
.gkPage {max-width: 1100px;}


to define maximum width. Now its 1100px, but You can set it to 1000px.

About adding custom CSS You can read here:
http://www.gavick.com/documentation/joo ... -template/
User avatar
Moderator

GK User
Thu Jul 04, 2013 9:53 am
Reply with quote
Report this post
Thank you, I had already tried, but at 1024px responsive starts on the same. I'm trying to figure out where to set the template so that the responsive layout starts from 1000px, but I do not know where to look for.

Thank you
Gierso
User avatar
Fresh Boarder

GK User
Thu Jul 04, 2013 10:40 am
Reply with quote
Report this post
Seems to be solved setting Tablet width (in the backend template setting) with 1000px instead of the default 1030px.

Now I'll try to check as this affects the display on tablet.

Thank you
Gierso
User avatar
Fresh Boarder

GK User
Thu Jul 04, 2013 2:54 pm
Reply with quote
Report this post
Ah, Yes, You can define "device width steps" in backend, and then they load aditional css'es to control behave on tablets, mobiles etc.
User avatar
Moderator


cron