How to remove it on the left

Posted in: Newspaper
Post count: 134

how to remove it on the left link

Post count: 134

The template is fantastic !

Post count: 7909

Hi,

I guess that you want to move drop-down filter beside the category title, please try this custom css – http://screencast.com/t/isKJVvjv

@media (min-width: 768px) {
.category .td-category-header .td-pb-row{
display: inline-block;
}
.td-category-header .td-category-pulldown-filter {
position: relative;
top: -15px;
display: inline-block;
}
}

Thanks!

Post count: 134

thanks 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.