Textbox widgets
-
Hello,
Im currently working on a site with 3 widgets in the footer.
Recents posts | Text Box (1) | Text box (2)
Both the textbook widgets are the default wordpress ones. Now. Since these 2 textbooks share the same css i have the following problem.
The title of text box 2 needs to be aligned to the right. But when i do this.
#footer .widgetBox h3{
text-align: right;
color: #6f6f6e;
}It changes all the widgets titles to align to the right. While the first 2 widgets need to be aligned to the left.
How do I do this?
Kind Regards
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Textbox widgets’ is closed to new replies.