How to add padding around widgets in footer

  • Author
    Posts
  • #41739

    I’m using the Nirvana theme. I have added four different widgets to the footer area using the available widgets. They equally space to the width of my settings with is 1120px wide. However, I would like to add some padding on the left and right so they don’t align directly with the edge of the content width. I found the setting to add padding in the header area, but can’t find any settings to add padding in the footer area. Do I need to add CSS code for this? If so, can you help?

    Website: texas-corvette-association.com

    #41786
    Zed
    Cryout Creations mastermind

    That can be done with custom CSS:

    #footer-widget-area {
        padding: 0 2em;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘How to add padding around widgets in footer’ is closed to new replies.