• Hello! I have searched a lot, but nothing helped me! How can I make the footer widgets horizontal displaying, not vertical as they are now.
    I am using Twenty Ten template. I will be extremely glad if you could help me… Here is the site, it is in Bulgarian, however 681 Blog Moda

Viewing 2 replies - 1 through 2 (of 2 total)
  • You should create a Child theme to make your changes. If you do not, all of your changes will be lost if you update your theme.

    Try adding these rules to the end of your style.css:

    #footer-widget-area #first { width: 800px; }
    #first ul li ul li { display: inline; padding-right: 10px;}

    Thread Starter NighTChill

    (@nightchill)

    Thanks, I will go learning about this and try it!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to make footer widgets horizontal’ is closed to new replies.