Skip to navigation Skip to content
OTGS Knowledge Base
  • Login
  • Home

Show Checkboxes filters Horizontally in Custom Search View

Is it possible to display the checkboxes options horizontally in Custom Search View?

 

There is no builtin option in Toolset to set checkboxes horizontally. But you can do this using custom css. Please add the following CSS to your theme’s style.css file:


.checkbox {
display: inline-block;
}

.checkbox + .checkbox {
margin-left: 20px;
}

Tags: align, checkboxes, css, custom search view, filter, horizontal, style checkbox
OnTheGoSystems - One team, one goal

Report Post

« »

 

Your Name:

Your Email:

Please tell us why do you think this post is inappropriate and shouldn't be there:


Cancel Report