Widget links and text widget links do not align
-
Site I’m working on: askcathryn.com
Theme: ForeverwoodOn the right sidebar, I have widgets: text, text, Archives, and Categories.
I add links to the text widgets but they do not align with the links in Archives and Categories. I’m not a from scratch coder but do well figuring out something that’s there. Anyone see a way to correct this? I appreciate the help.
If it will allow me to post, here is the sidebar coding:
/* sidebar -------------------------------------------------------------- */ .sidebar-widget { color: #565656; float: left; font-size: 13px; margin-bottom: 25px; width: 100%; } .sidebar-widget .sidebar-headline { background: #D7cec7; color: #565656; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 19px; margin: 0; padding: 6px 10px; position: relative; } .sidebar-widget .sidebar-headline a { color: #565656; text-decoration: none; } .sidebar-widget img { height: auto; max-width: 100%; } .sidebar-widget table { font-size: 13px; } .sidebar-widget p { margin: 6px 0 -4px; } .sidebar-widget p, .sidebar-widget ul li, .sidebar-widget ol li { color: #565656; font-size: 13px; } .sidebar-widget ul { background: left top repeat url(images/sidebar-ul.png); margin: 0; } .sidebar-widget ul ul { background-image: none; margin-top: 0; } #sidebar .widget_rss ul { background-image: none; } .sidebar-widget ul li { height: auto; line-height: 32px; list-style-type: none; min-height: 32px; padding-left: 10px; } .sidebar-widget a { color: #565B91; text-decoration: none; -webkit-transition: color 1s ease; -moz-transition: color 1s ease; -o-transition: color 1s ease; -ms-transition: color 1s ease; transition: color 1s ease; } .sidebar-widget ul li a { text-decoration: none; } .sidebar-widget a:hover { color: black !important; text-decoration: none; }
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Widget links and text widget links do not align’ is closed to new replies.