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

    Hi I’m trying to position my trademark symbol appropriate to the tag e.g. H1, H2, body etc. I’ve tried the following code to position it differently based on the tag and relevant font size, but it is just using the same position for each tag, so it looks too high for some text and too low for others. Any suggestions?

    .custom-trademark { font-size: 14px!important; }

    h3 span.custom-trademark {
    position: relative;
    bottom: 15px;
    }

    h2 span.custom-trademark {
    position: relative;
    bottom: 14px;
    }

    body span.custom-trademark {
    position: relative;
    bottom: 8px;
    }

    #705723

    Hey JennyGr,

    Try adding the !important tag to each attribute in your code like you did with the first. If that doesn’t work, would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Jordan

    #706089

    Hi Jordan I tried that but it didn’t work see links in private content

    #706093

    Hey!

    They show up fine on my end, attached a screenshot in private content field.

    Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh

    Cheers!
    Yigit

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