Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #429934

    Hello,

    It looks like on Safari 8 I am having some weird graphical issues. Was wondering if this has been reported before and if you have any solutions.

    I’m experiencing different borders on my footer section on different pages. For examples, please reference these pages:

    [REDACTED]
    [REDACTED]
    [REDACTED]

    Thanks

    • This topic was modified 9 years, 3 months ago by haydaw.
    #430741

    Hey haydaw!

    I can’t see any strange borders on your footer, just the normal ones. Can you show us what you mean using screenshots please (imgur.com or public dropbox)?
    Please also check on another computer. Clear browser cache.

    Best regards,
    Andy

    #430801

    Hey Andy,

    Sorry about that, I thought I had included a screenshot. Here it is. [REDACTED]

    • This reply was modified 9 years, 3 months ago by haydaw.
    #431347

    Hi!

    It looks fine on Safari Windows 8 and 7. Anyway, please try this in the Quick CSS field:

    span.copyright {
      -moz-font-smoothing: antialiased;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased;  
    }

    Cheers!
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.