Hello, i'd liked the align the footer text en change the color of the text (i've tried several code from the forum but non of them works or i do something wrong) On my website i only use three footer widgets, is there an way to align the three widgets?? My website is www.t-supporting.nl
Hello, 1. For the alignment issue, You are putting the more text than its allocated space that's why it is came in to the next line. But you can use the small font for this text to make it in a single line. For this paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .footer_bottom .copyright { font-size: 11px; } This will solve your alignment issue. 2. Go to the sidebar-footer.php file present in your theme directory and follow the instruction shown in the image given below. Now, Your first , second and fourth footer widget area will work only.