Home Forums Basel support forum Filter Area

Filter Area

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #8091

    yustianevan
    Participant

    Hi,

    Sorry to bother you with this simple CSS trick. I need to make the filter area float to right, when I did it with float it became messy. Do you guys have better solution?

    Attachments:
    You must be logged in to view attached files.
    #8094

    Artem Temos
    Keymaster

    Hello,

    It is not quite clear for us how this area can be float to right if it is full width? Could you please draw some sketch for better understanding?

    Regards

    #8096

    yustianevan
    Participant

    I want to make this aligned to right.

    Attachments:
    You must be logged in to view attached files.
    #8112

    Artem Temos
    Keymaster

    Just add the following code in addition to your custom CSS

    .filters-area:after {
    	content:"";
      	display:block;
      	width:100%;
      	clear:both;
    }

    Regards

    #8120

    yustianevan
    Participant

    Great!

    #8131

    Artem Temos
    Keymaster

    You are welcome!

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Filter Area’ is closed to new replies.