• Hi all:
    I have a left, center, and right widget area for the footer of the Intrepidity Theme. However, when viewing my page, all three of these sections are very close together. I would like to space them apart more at the bottom of the page and I don’t know how to do this in either the css style sheet or the footer.php. Can someone help me with this? Really appreciate it. Thanks

Viewing 1 replies (of 1 total)
  • identify the css ids or classes of these footer widgets;

    (from the theme preview, this class seems to be .footer-widget )

    and add a ‘margin-right: 20px;’ (adjust the number) to the corresponding styles.
    you might need to make new styles, for instance, such as:
    .footer-widget { margin-right: 20px; }
    if there are no matching styles in style.css of your theme.

    a link to your site might get you more detailed help.

Viewing 1 replies (of 1 total)

The topic ‘Footer help for Interpidity Theme’ is closed to new replies.