added border top to separed the sidebar of pagination

This commit is contained in:
Fabiano 2018-07-11 15:38:56 -03:00
parent 2a7eb264c9
commit 9a82b3e978
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
.sidebar-border {
@media only screen and (min-width: 768px) {
border-top: none !important;
}
}
#sidebar{
&.sidebar{
.widget{

View File

@ -1,4 +1,4 @@
<div class="col-12 col-md-3">
<div class="col-12 col-md-3 border-top border-jelly-bean sidebar-border">
<div id="sidebar" class="py-4 pt-md-0 mx-2 mx-sm-0 sidebar hidden-print">
<?php dynamic_sidebar('sidebar-right'); ?>
</div>