Giulio Piovesan
asked 8 years ago

Hello.
As you cann see here http://www.rtevnts.com/2016/04/20/about/ the title of the post is not on the same level as the first lines of the 2 sidebars (“About” and “Upcoming events”). I would appreciate if you could be so kind as to let me know how to put it at the same height.
Thanks!

1 Answers
DominicStaff
answered 8 years ago

To resolve this issue, you can add the following code to the style.css file:

#sidebar-secondary .widget_archive ul li:first-child {

 border-top: 1px solid #ddd;
}
#sidebar-secondary .widget_archive h2.widget-title {
 border-bottom: none;

 padding-bottom: 24px;
}
Powered by DW Question & Answer Pro