• Resolved fawkesblog2

    (@fawkesblog2)


    I have my post title to appear on the right in bold on my website when viewed from a computer https://www.chrisfawkes.com but on the ipad the appear on the left and not bold.

    What am I missing here? Is there a way to make them appear on the ipad the same as they do from a computer?

    Here is my css `h1, h2, h3 {
    text-transform:
    font-weight:bold;
    }

    h2 {
    font-size: 28px;
    text-align:right;
    padding-right:1px;
    color:#808080
    }`

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter fawkesblog2

    (@fawkesblog2)

    I’ll add that I am not having any issue with how it appears on the iphone.

    You haven’t closed the “text-transform” rule so the next line probably won’t get read right:

    h1, h2, h3 {
    text-transform: xxxxxxxxxx;
    font-weight:bold;
    }

    Thread Starter fawkesblog2

    (@fawkesblog2)

    Thanks for pointing that out webbrewers.

    I forgot I had not updated the ios on the ipad. That fixed it but appreciate you bringing to my attention that I had not closed the text transform. I have done that now.

    I have another old ipad around I know has not been updated so will check and see if that makes a difference on that one.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Post Title appears different on Ipad’ is closed to new replies.