Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   I broke my footer! (http://forum.bytesforall.com/showthread.php?t=7501)

Caryn Inspired Raw Jun 9, 2010 05:15 PM

I broke my footer!
 
On this thread - http://forum.bytesforall.com/showthr...ghlight=footer - Juggledad gave great help and I had the footer I wanted with teal links in row 1 and gray text for all of row 2 of the footer at http://www.Flow-Dynamix.com.

Somehow today I have lost what I had! Problems include:
• Discs to the far left
• Wrong color text for row 1 and most of row 2
• Background isn't white

Any idea what's amiss? I'm using 3.4.6.

Here's the footer. It's possible I botched something when I tried to add a row to it:
<ul>
<li id="footer-row1">
<a href="http://www.flow-dynamix.com">HOME</a> &nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp; &nbsp;&nbsp;<a href="http://www.flow-dynamix.com/free-kit">FREE KIT</a> &nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbs p; <a href="http://www.flow-dynamix.com/About">ABOUT</a> &nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbs p; <a href="http://www.flow-dynamix.com/contact">CONTACT</a>
</li>
<br><br>
<li id="footer-row2">
&copy; %current-year% Flow Dynamix&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;www.flow-dynamix.com&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.flow-dynamix.com/privacy"><font color=#777777><u>Privacy Policy</u></a></li></ul>

Here's the CSS:
#footer ul {list-style-type: none !important;}
#footer-row2 a {text-decoration:underline;}
div.widget ul li a:link,
div.widget ul li a:visited,
div.widget ul li a:active,
div.widget ul li a:hover {
border-left: 0 !important;
padding-left: 0 !important;
}
div.widget ul {
/* for other styles, try "disc" and "square" instead of "circle" */
color: #00A79D;
list-style-type: disc !important;
padding-left: 0;
margin-left: 0;
}
div.widget ul li {
/* 1.35 or more required for Safari or bullets too wide on the left */
margin-left: 1.35em;

/* overwrite existing display:block Firefox */
display: list-item;
}

Best,
Caryn

Caryn Inspired Raw Jun 10, 2010 06:40 AM

I think this may have something with the right sidebar widget I modified yesterday somehow not closing out properly. Stay tuned! :)

Caryn Inspired Raw Jun 10, 2010 06:49 AM

Okay, that was it! some extra </table> or whatever code at the bottom of a text sidebar threw me out of whack. Should have thought to look there first as that was the section of the site I was changing yesterday.

Solved and thanks anyway!

juggledad Jun 10, 2010 06:50 AM

yeah, your right sidebar wdget has a <tr> with no corresponding </tr> and </tbody> with no corresponding <tbody>


All times are GMT -6. The time now is 03:18 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.