CSS Help for TwentyTen (Name, Tag, Header Image, Transparency)

  • Sorry, submitted too early.

    I found out that wordpress.com parses the CSS we give to it. And it looks it is cutting off this:

    #text-8 {position:absolute; top:15px; right:15px;}

    Inspecting the CSS for the element where the CSS should appear (the widget with the icons), I can see the the positioning isn’t showing up.

    Any idea why?

    http://aventar.eu

  • If you have a conflicting declaration in your custom CSS it may be taking precedence over the code you just pasted. Try adding in another id selector at the beginning or appending !important to the rule:

    #primary #text-8 {position:absolute!important; top:15px; right:15px;}

  • The topic ‘CSS Help for TwentyTen (Name, Tag, Header Image, Transparency)’ is closed to new replies.