Problems with safari browser for mac

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
Sat Aug 08, 2015 12:07 pm
Reply with quote
Report this post
Hi. In safari my website is loading really slow, but in firefox and chrome it is great.

And the sponsors module is displaying messed up in safari where the two sponsors on the bottom right are one a new line. The problem is only in safari.

My site: http://www.peaceconference.no

Can you help me fix it?
User avatar
Gold Boarder

teitbite
Tue Aug 11, 2015 10:59 am
Reply with quote
Report this post
Hi

Load speed is fine when I check in my computer under Safari, so cannot tell why it's slow for you. Probably some extra plugin or wrong file rights in Your browser's files (it happened in my case some time ago).

For the sponsors try add this to override.css

Code: Select all
.gk-sponsors-wrap > a.active, .gk-sponsors > div > a.active:nth-child(4n+5) {
clear: both;
}
User avatar
Moderator

GK User
Tue Aug 11, 2015 3:39 pm
Reply with quote
Report this post
Ok thx! I have added the code but now it is showing the sponsors like this: 4 + 4 + 2 in stead of how it is supposed to show: 5 + 5. How can I fix it?
User avatar
Gold Boarder

teitbite
Thu Aug 13, 2015 8:39 pm
Reply with quote
Report this post
Hi

Och. I thought it should be 4 columns :) Sorry. Code to have 5 is:

Code: Select all
.gk-sponsors-wrap > a.active, .gk-sponsors > div > a.active:nth-child(5n+6) {
clear: both;
}
User avatar
Moderator


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