Alpesh

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • Alpesh
    Participant

    To adjust for mobile, just add some margin below the filter toggle. I am using Bootstrap for this site, just fix the media query for your site.

    .tribe-events-filters-vertical {
    	float: left;
    	width: 25%;
    	@media (max-width: $screen-xs-max) {
    		margin-bottom: 50px !important;
    	}
    }
Viewing 1 post (of 1 total)