• David 9

    (@davidhamilton)


    When you hover over the thumbnails in recent posts the white bar does not rotate into position – it simply moves up and remains horizontal. I’ve not noticed this in chrome.

    Thanks and keep up the good work, I really like the theme.
    David

Viewing 3 replies - 1 through 3 (of 3 total)
  • In what browssr did you notice this behaviour?
    Theme should run fine in Chrome, Firefox and Safari (newer versions).
    It might cause some problems in IE.

    Thread Starter David 9

    (@davidhamilton)

    It’s in Safari version 8.0.3 and I’m running Yosemite operating system on a mac.

    Hello David,
    Thanks for pointing out the bug. It will be fixd in the next update.
    Meanwhile, add the following code to custom css-

    .home .featured-bar {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    }

    It should fix the problem.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Issue with homepage's recent posts in safari’ is closed to new replies.