column fixed and starts after scrolling

9 replies·opened Feb 24, 2018
W
web404Feb 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

W
web404Feb 24, 2018

pic

W
web404Feb 24, 2018

mypic

W
web404Feb 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 ?

<div id="midCol" data-spy="affix" data-offset-top="250">
</div>

#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;
  }
}
W
web404Feb 27, 2018

support?

S
SemiColonWebSTAFFFeb 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.

W
web404Feb 28, 2018

and how can i use position: sticky for col ?

                <!-- Content
        ============================================= -->
        <section id="content">
            <div class="content-wrap">
                <div class="container clearfix">
                
                <div class="row">
                    <div class="col-lg-7" style="background-color: #000;">111</div>
                    <div class="col-lg-3" style="background-color: #000;">222</div>
                    <div class="col-lg-2" style="background-color: #000;">333</div>
                </div>
 
                </div>
            </div>
        </section><!-- #content end -->
S
SemiColonWebSTAFFFeb 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.

W
web404Mar 8, 2018

i am trying use this https://codepen.io/anon/pen/OXzoNJ but it is not working. can you help make sticky col on

                <!-- Content
        ============================================= -->
        <section id="content">
            <div class="content-wrap">
                <div class="container clearfix">
                
                <div class="row">
                    <div class="col-lg-7" style="background-color: #000;">111</div>
                    <div class="col-lg-3" style="background-color: #000;">222</div>
                    <div class="col-lg-2" style="background-color: #000;">333</div>
                </div>
 
                </div>
            </div>
        </section><!-- #content end -->
S
SemiColonWebSTAFFMar 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