Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #61536
    Fuzzy
    Member

    Thanks for the great theme! I wanted to report a display issue in Safari. The site title does not display centered like it does in FF and Chrome (I confirmed this is the same for the demo site). If your site title is short (Studio, for example) this doesn’t really create a problem because even though it isn’t centered, it resizes properly. However, for my site title, “Build Cannon,” the second word gets cut off in Safari on desktop and it is cut off on iPad displays.

    The display is fine on all other browsers devices I have tested.

    #61549
    Sakin
    Keymaster

    @Fuzzy: Can you install Catch Web Tools plugin from https://wordpress.org/plugins/catch-web-tools/ then go to “Catch Web Tools => Custom CSS” and the following css:

    .site-title {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    We will address this issue in next version update.

    #62251
    tsade
    Member

    Having trouble with title on Safari and Firefox on some computers, but not all…
    Site is bettyparnell.com

    Here’s a photo of what some people are seeing: https://drive.google.com/file/d/0B2Kkq7IDN9tJZ2J0dVhmR2JCQnFTNGNvYXZvZUJJV0JJcEF3/view?usp=sharing

    Entered the code like mentioned above, but still having trouble with display on some people’s computers… Thoughts?

    #62282
    tsade
    Member

    Safari / Firefox View on some computers
     
    This is the photo some people are seeing. It’s not happening on my computer, but other computers are having display issues. The site-title is staying in a fixed position on all pages covering up content…

    #62285
    tsade
    Member

    Another computer displays the title hidden behind the navigation:
    Hidden behind navigation
     
    Again, this isn’t happening on my computer, but other people are sending me these photos…

    #62685
    Sakin
    Keymaster

    @tsade: Did you added the above css? It should work fine.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Title display in Safari – Studio Theme’ is closed to new replies.