Hello, i'd like to display my custom filters module right beside the product order option. Is there a way to do this? Can anyone help?
I am using J2.5 + VM 2.6
Regards 
			
			
			
				Try this css
.cf_wrapp_all {
    position: relative;
    top: 162px;
    left: 250px;
}
			
			
			
				Thanks balai, but it doesn't work when i add more content to the category description, or it is displayed in small screens
			
			
			
				You have to write another css for your small screens. I think that the relative positioning is the only viable solution since you are trying to put a div into another div.
			
			
			
				Ok, thanks balai