Text goes all centered on me..

  • Unknown's avatar

    Strange things are happening nowadays.

    Text on all posts has gone centered for me and I don’t know how to deal with it.
    I go into edit mode to check but everything seems good there, all text is left-positioned… So theres nothing for me to do it seems..

    Anyone?

    Thank you (:

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Ok I solved it!

    I went through my CSS and found out that something went wrong when I tried to center my follow-blog button the other day.

    It worked (see all the way down in my blog) but somehow everything else also went centered.
    -So I guess the CSS I entered simply contained too much information.

    Can anyone guess which part to cut out so that it only inflict the follow button? (maybe support could please move this thread over to CSS-forum for me since it is about that now)

    This is the code :

    .footer .widget-content p {
    	line-height: 160%;
    }
    
    h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td {
    	font-family: inherit;
    	font-size: 100%;
    	font-style: normal;
    	font-weight: normal;
    	line-height: 1;
    	text-align: center;
    }
  • The topic ‘Text goes all centered on me..’ is closed to new replies.