I need to widen the footer on the right side so I can fit more text. When I try to add more text it goes to two lines and the bottom line of text is invisible. The footer text I refer to is in the Theme Options -> Footer Text. I just need to widen that area.
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .footer-navi .navigation .right-navi { margin-right: 0px; width: 680px; }
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .footer-navi .navigation .right-navi { color: white; margin-right: 0px; width: 520px; }
OK - almost there but it doesn't look to good. Can I get that whole area centered and over to the left more?
Hello, The footer area is divided into two sections, if you write more text in the right side then it will come in second line, you have already wrote much text so it would not come in single line, either you have to write the text in two line or you have to edit the text which comes in single line.
How about if I just want to make the font a lot smaller on one of the lines - the big one that is causing the second line. Just the css code please. I can then refer to that on my html in the footer.
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .footer-navi .navigation ul { font-size: 12px; }