• Hi,
    I have a question abou my website mp3ojax.com.
    The “category” widget is centered with IE, but with Firefox or Chrome it is normal… can someone help me?

Viewing 3 replies - 1 through 3 (of 3 total)
  • in your CSS lookup

    .art-BlockHeader .t
    {
    	height: 30px;
    	color: #EFEFEF;
    	font-family: Arial, Helvetica, Sans-Serif;
    	font-size: 14px;
    	font-style: normal;
    	font-weight: bold;
    	font-variant: small-caps;
    	white-space : nowrap;
    	padding: 0 7px;
    	line-height: 30px;
    }

    add text-align: center; to center the text of your widgets. Note that this will center the text of all your blocks using class=”t”.

    if you want it to be more specific you can always lookup which class/id’s the specific widgets are using to target them.

    Good luck

    Also, any one of these errors can be causing unexpected browser behaviour

    Thread Starter karo91

    (@karo91)

    I don’t want to center, that’s the problem

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Internet Explorer / Firefox / Chrome’ is closed to new replies.