• I have about 20 or so Mantra themes running with no problems except one. The theme allows 4 widgets in the footer. In the problem one, the fourth widget doesn’t add itself equal in the same line, adds itself to the line below under widget #3. I searched and cannot find where to change the padding between the footer widgets. That would allow the 4th one to fit on the line with the others.
    See: http://conservativepartyny.org

Viewing 5 replies - 1 through 5 (of 5 total)
  • It looks like you’ve overwritten the default declaration of 22% width and set things to 23% which would explain why the fourth column does not fit properly.

    I would simply remove:

    #footer-widget-area .widget-area {
      width: 23%;
    }

    from wherever you have that, as it’s that line that is causing the problem.

    Evan

    Thread Starter samgallo

    (@samgallo)

    I assumed you meant the stylesheet file. Is that right? I did a screen shot to show it does say 22% but I don’t know how to add the screen shot here. If it’s somewhere else in that file, I’ll keep looking.

    I don’t believe that it’s in the stylesheet file.

    The page that you’ve linked to says that its either in header.php or index.php.

    If you open up that page, open up your developer console in your browser (if your using chrome or firefox it should pop up by pressing F12. If not, right click and select ‘inspect element’)

    When the inspector opens up you’ll want to make sure its selected (the active window) and press control+f (for find) and search for #footer-widget-area .widget-area. You’ll see exactly what I am referring too.

    EDIT:
    Now that I am actually looking at it again, it looks like its in one of your text widgets inside of ‘Appearance > Widgets’.

    Please let us know if you’re able to locate it.

    Thanks ,
    Evan

    Thread Starter samgallo

    (@samgallo)

    BINGO!!!
    The minute you said text widget, that was it. Changed to 22% (was 23%) and all is well.

    Thanks loads.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Mantra Footer Padding’ is closed to new replies.