Page is shaking on the user page

5 replies·opened Mar 2, 2018
H
hsntngrMar 2, 2018

When I scroll up to top page is shaking on user page (profile.html). How can I fix this ? (the content is stuck on the left side of window, then couple milisec later it is turn back to last state)

H
hsntngrMar 2, 2018

I added some images, I copied "posts" area from profile.html. I want to use it on blog page, but some thing happening on this page too..

H
hsntngrMar 2, 2018

I found that page title causes this issue

<section id="page-title">

        <div class="container clearfix">
            <h1>Blog Single</h1>
            <ol class="breadcrumb">
                <li class="breadcrumb-item"><a href="#">Home</a></li>
                <li class="breadcrumb-item"><a href="#">Blog</a></li>
                <li class="breadcrumb-item active" aria-current="page">Blog Single</li>
            </ol>
        </div>

    </section>

But how can I use blog without page title ? or single ?

S
SemiColonWebSTAFFMar 4, 2018

Hello,

Thanks for your Patience! You can simply add the following code just after the </header> Tag:

<div class="clear"></div>

This will definitely fix the issue even after you have the #page-title Section on the Page. We are working on an Update to address this issue. Hope this Helps!

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

H
hsntngrMar 4, 2018

thanks, it fix my problem :)

S
SemiColonWebSTAFFMar 4, 2018

Hello,

Really Glad that your issues were resolved. Thanks for your Patience.

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

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