Set a container in fixed position - Forum

Forum Navigation
You need to log in to create posts and topics.

Set a container in fixed position

Hi

I am trying to set a container in fixed position but it seems the css to ignored. I use the following code in Properties->Styles

#Container131 {position: fixed; top:0; left:0; !important;}

The container also has those classes

hidden-xs col-lg-2 col-md-3 col-sm-3

Any ideas how to accomplish that ?

Uploaded files:
  • You need to login to have access to uploads.

@smartmedia this works for me:

#Container131 {
    position: fixed!important;
    top:0;
    left:0;
}

 

smartmedia has reacted to this post.
smartmedia

Hi @luishp

If i remove the ; (question mark) from fixed tag the container it disappears. I also tried the tag static instead of fixed, again the same result. any other suggestion ?  Is it possible in future versions to have that option if is working as a property for objects ?