Problems with safari browser for mac
Rate this topic: 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?
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?
-
- 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
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;
}
-
- 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?
-
- 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:
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;
}
-
- Moderator
4 posts
• Page 1 of 1