Add Widgets to Footer?

by 5 replies
6
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
#website design #add #footer #widgets
  • 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;
    }
    • [ 1 ] Thanks
  • Hey rajeevrla,

    Where do I place the code in style.css?

    And I have no idea how to adjust it.

    Thanks
  • Place it at the very bottom in the style.css file.

    This code will work even if you don't adjust anything.
    • [ 1 ] Thanks
  • Great, it worked!

    Is there anyway I could change the widgets, because it is the same widgets that I have on my sidebar.
  • 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.
  • Banned
    [DELETED]

Next Topics on Trending Feed