gkHeaderBottom Position

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
Fri Nov 11, 2016 11:55 am
Reply with quote
Report this post
Hi,
I have to see 3 boxes in gkHeaderBottom position. In desktop mode, the 3 boxes are displayed on one line.
But if I see in mediaquery 1030px you see two boxes on the first line and the third box in the line below.
How can I fix?
bluap1.JPG

bluap2.JPG


Best Regards.
Gioacchino
User avatar
Expert Boarder

teitbite
Tue Nov 15, 2016 7:49 pm
Reply with quote
Report this post
Hi

This is responsive design. Number of columns is scalled depend of the screen width. Please tell me the url to the page You've made this screenshot and I'll tell You how to disable it.
User avatar
Moderator

GK User
Tue Nov 15, 2016 9:14 pm
Reply with quote
Report this post
teitbite wrote:Hi

This is responsive design. Number of columns is scalled depend of the screen width. Please tell me the url to the page You've made this screenshot and I'll tell You how to disable it.

http://isweb.cmsacademy.it
User avatar
Expert Boarder

teitbite
Sat Nov 19, 2016 2:58 pm
Reply with quote
Report this post
Hi

Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
@media only screen and (max-width:1030px) {
body .gkCols4 .box:nth-child(2n+1) {
    clear: none;
}
body .gkCols4 .box.gkmod-3 {
    width: 33.3%;
}
}
User avatar
Moderator


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