News:

Looking for documentation? Take a look on our wiki

Main Menu

Changing the position of filters module

Started by naoko15, March 09, 2015, 15:40:50 PM

Previous topic - Next topic

naoko15

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

balai

Try this css

.cf_wrapp_all {
    position: relative;
    top: 162px;
    left: 250px;
}


naoko15

#2
Thanks balai, but it doesn't work when i add more content to the category description, or it is displayed in small screens


balai

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.

naoko15