Home › Forums › WordPress Themes – Premium › Pure & Simple › Add horizontal line below top inset widget area › Reply To: Add horizontal line below top inset widget area
you could do something with CSS instead of a
try targeting the top inset sidebar, something like that:
#inset-top-group aside { border-bottom: 1px solid #4c4c4c; margin: 0 0 25px 0; }
hope this helps
Lost Password?