column fixed and starts after scrolling

9 replies · opened Feb 24, 2018

Wweb404Feb 24, 2018

I want create site witch will have 3 col like this site: http://www.because.tv/ see ATTACHMENT photo

But i have one problem How can create scroll fix cols like this , http://www.because.tv/ . if you open site and scroll down column 1 is scrolling after small scroll down column 2 start scroll to and then column 3. can i do this with canvas or can you Give me advice to search

thank you

Wweb404Feb 24, 2018

pic

Wweb404Feb 24, 2018

mypic

Wweb404Feb 24, 2018

I find this : https://www.bootply.com/8vHdIkVV5x#
this is bootstrap 3-Column Layout with Affix but why it is not working on canvas ?


#midCol.affix-top {
    position:fixed;
  	margin-left:-18px;
  	margin-right:10px;
}

#midCol.affix-bottom {
	position:static;
}

#midCol.affix {
    position:static;
}

@media (max-width:1190px) {
  .affix,.affix-top,#midCol.affix,#midCol.affix-top {
      position:static;
  }
}
Wweb404Feb 27, 2018

support?

SSemicolon WebSTAFFFeb 27, 2018

Hello,

Unfortunately, this is currently not supported with Canvas and requires a lot of Customization. Additionally, the Affix Plugin has been dropped in Bootstrap 4: http://getbootstrap.com/docs/4.0/migration/#components . Consider using position: sticky.

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Wweb404Feb 28, 2018

and how can i use position: sticky for col ?

                
        
            
                
                
                
                    111
                    222
                    333
                
 
                
            
        
SSemicolon WebSTAFFFeb 28, 2018

Hello,

Unfortunately, we currently do not provide support for position: sticky; but you can consider checking out Articles on Google. Example: https://css-tricks.com/position-sticky-2/.

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

SSemicolon WebSTAFFMar 8, 2018

Hello,

Unfortunately, we currently do not provide support for Customizations. Please consider hiring a Freelancer. Additionally, you can check this example: https://codepen.io/dudleystorey/pen/yNxPRy .

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard