Add Widgets to Footer?

by viator
5 replies
  • WEB DESIGN
  • |
Hi,

Anyone know how to add widgets to the footer area if the Wordpress theme dosen't support it.

I know you could do some html editing to the theme files, and I did so. But it came out looking weird.

Any help? If you would like to look at it soccerdrillshq.com
#add #footer #widgets
  • Profile picture of the author rajeevrla
    Hi Brett,

    You have added the widgets correctly. You just need to add the proper CSS code to display it correctly. Use and adjust the following code in your style.css file:
    Code:
    .rsbcontent {
        float: left;
        margin-right: 15px;
        width: 180px;
    }
    Signature

    Have a great day!

    {{ DiscussionBoard.errors[7081677].message }}
  • Profile picture of the author viator
    Hey rajeevrla,

    Where do I place the code in style.css?

    And I have no idea how to adjust it.

    Thanks
    {{ DiscussionBoard.errors[7081939].message }}
  • Profile picture of the author rajeevrla
    Place it at the very bottom in the style.css file.

    This code will work even if you don't adjust anything.
    Signature

    Have a great day!

    {{ DiscussionBoard.errors[7081952].message }}
  • Profile picture of the author viator
    Great, it worked!

    Is there anyway I could change the widgets, because it is the same widgets that I have on my sidebar.
    {{ DiscussionBoard.errors[7082001].message }}
  • Profile picture of the author rajeevrla
    you need to create widgets area in your footer.php file and make some changes in functions.php file.

    Without looking at the theme's file, I can't tell anything, However, if you've some knowledge about the coding, you can manage to make those changes.
    Signature

    Have a great day!

    {{ DiscussionBoard.errors[7082014].message }}

Trending Topics