Tablet & Small desktop : 3 column layout margin

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
Wed Nov 06, 2013 1:39 pm
Reply with quote
Report this post
Hi,
I encounter troubles with text (3 column layout) in small windows and on tablet. I lose margin between para when I squeeze the window. Could you check this @ http://www.aktineo.com/services/conseil ? I try to fix it with the following code in tablet.css line 217
Code: Select all
.items-row > div {
  margin:0 10px;
  padding:0 !important;
}
but the result is not really awesome
Thx!
User avatar
Fresh Boarder

teitbite
Wed Nov 06, 2013 4:58 pm
Reply with quote
Report this post
Hi

Please edit file http://www.aktineo.com/templates/gk_cre ... tablet.css and remove "!important" rule from the end of the line 217 in class:

Code: Select all
.items-row > div {
    margin-bottom: 50px;
    padding: 0 !important;
}
User avatar
Moderator

GK User
Wed Nov 06, 2013 5:06 pm
Reply with quote
Report this post
Thx teitbite it works perfectly
User avatar
Fresh Boarder

GK User
Wed Nov 06, 2013 5:09 pm
Reply with quote
Report this post
Please edit: /templates/gk_creativity/css/override.css and add at its end:
Code: Select all
@media (max-width: 950px) {
.cols-2 .column-1, .cols-3 .column-1 {padding-right: 10px!important;}
.cols-3 .column-2 {padding-left: 10px!important; padding-right: 10px!important;}
.cols-2 .column-2, .cols-3 .column-3 {padding-left: 10px!important;}
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Wed Nov 06, 2013 5:17 pm
Reply with quote
Report this post
aktineo wrote:Thx teitbite it works perfectly
Not working on iPad (vertical position) I'm going to try cyberek trick
User avatar
Fresh Boarder

GK User
Wed Nov 06, 2013 8:01 pm
Reply with quote
Report this post
Thx guys, Teitbite css trick works even on iPad - vertical & horizontal (with safari), but not with chrome for iPad, same for Cyberek trick with CSS override activated. One last question, which one should I use?
User avatar
Fresh Boarder

GK User
Wed Nov 06, 2013 8:11 pm
Reply with quote
Report this post
Check out our documentation on that topic:
http://www.gavick.com/documentation/joo ... -position/
User avatar
Moderator

teitbite
Thu Nov 07, 2013 1:52 pm
Reply with quote
Report this post
Hi

I think that was not the question Cyberek :) You must have mistaken it with another thread.

Use any solution You want than tell me when You will have it on Your site so I'll check the chrome issue than.
User avatar
Moderator

GK User
Thu Nov 07, 2013 3:28 pm
Reply with quote
Report this post
Hi Teitbite,
It's already on my site (same adress). You can have a look on Chrome for iPad (vertical) . I tried on Chrome for Android (Samsung tablet) works fine.
Thx for your help.
User avatar
Fresh Boarder

teitbite
Thu Nov 07, 2013 4:56 pm
Reply with quote
Report this post
Hi

Looks good on chrome on my mobile devices, so I think it can be a cache issue. Try maybe rload the page couple of times to be sure browser loads a new css file.
User avatar
Moderator

GK User
Fri Nov 08, 2013 8:49 am
Reply with quote
Report this post
@ Teitbite,
You were right. I tried to empty cash in Google chrome several times without success. Shooting down and restarting ipad and voila! @Teibite, @Cyberek thank you guys for your support, problem solved :-)
User avatar
Fresh Boarder

teitbite
Sat Nov 09, 2013 1:22 pm
Reply with quote
Report this post
Hi

No problem. Glad I could help.
User avatar
Moderator

GK User
Sat Nov 09, 2013 1:23 pm
Reply with quote
Report this post
Ok :), than I'm closing the topic.
User avatar
Moderator


cron