Viewing 1 replies (of 1 total)
  • Plugin Author Bainternet

    (@bainternet)

    Well Then check your CSS and see that the h1,h2 are styled by rules that are matched, ex:

    #content h1{
     /* style here */
    }

    is not the same as

    h1{
     /* style here */
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Styling Label Before tabs’ is closed to new replies.