Site logo

[Resolved] css problem

Home Forums Support [Resolved] css problem

Home Forums Support css problem

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1531920
    johnaps

    Hello, i have used the bellow css for the left-sidebar to become sticky in the sider template that i am using but i doesnt seem to work… i tried finding any parent elements with overflow attribute but didnt find any…

    .site-content {
            display: flex;
    	overflow: none!important;
        }
    .inside-left-sidebar, .inside-right-sidebar {
            height: 100%;
        }
    .inside-left-sidebar {
      position: -webkit-sticky;
            position: sticky;
            top: 10px;
    }

    can you tell me why?
    http://thefinterestcom.kinsta.cloud/uncategorized/cinamon-spice/

    #1532379
    David
    Staff
    Customer Support

    Hi there,

    try removing this part of the CSS:

    .inside-left-sidebar, .inside-right-sidebar {
        height: 100%;
    }
    #1532459
    johnaps

    Thank you!

    #1532997
    David
    Staff
    Customer Support

    Glad to be of help

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.