Move the Filter Toggle Button to the Right Side (CSS)
To move the HUSKY filter toggle button to the right side, use CSS on the woof_front_toggle class:
Use next CSS code in tab Advanced -> Custom CSS code:
a.woof_front_toggle{
float: left;
margin-right: 15px;
}
