Bottom position in tablet

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
Sun May 01, 2016 11:26 am
Reply with quote
Report this post
I use template "News 2", and I put 4 modules in position "bottom a".
In IPad (rotate in horizontal) for the bottom a position (even bottom b and c) I see 3 modules and 1 module.

I need to have 2 + 2 modules.

How I can do?

The ssite is here:
http://dario.webarch.it/lupi_001/

Thank!

G.Fantoni
User avatar
Junior Boarder

GK User
Sun May 01, 2016 11:36 am
Reply with quote
Report this post
Hello,

In this case in your tablet.css file please replace:

Code: Select all
body .gkCols6 .box:nth-child(3n+1) {
    clear: both;
}


to:

Code: Select all
body .gkCols6 .box:nth-child(2n+1) {
    clear: both;
}


And also please change:

Code: Select all
body .gkCols6 .box.gkmod-4, body .gkCols6 .box.gkmod-more {
    width: 33.333333%;
}


to:

Code: Select all
body .gkCols6 .box.gkmod-4, body .gkCols6 .box.gkmod-more {
    width: 50%;
}
User avatar
Moderator


cron