[Resolved] Mis Alignment of Sidebar

Home Forums Support [Resolved] Mis Alignment of Sidebar

Home Forums Support Mis Alignment of Sidebar

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #998236
    Jose

    Hi, just noticed that there is an alignment issue of the sidebar… believe it was after the last update. Could you please see the site.

    #998350
    David
    Staff
    Customer Support

    Hi there,

    i am not seeing an alignment issue, is it on any particular page?
    The only thing i noticed is when stuck the sidebar is partially under the sticky nav.

    #998399
    Jose

    might be a cache issue… looks okay now. But yes, that too… how do I fix that? Can I make it a fixed widget area?

    #998541
    Leo
    Staff
    Customer Support

    Are you currently using a plugin to make it fixed?

    Can you try setting the top property to something like 90px?
    https://www.screencast.com/t/3DnFu8rII2K

    Might be good to check with the plugin author if you aren’t sure how to.

    #1003800
    Jose

    Thanks Leo – tried that but now the bottom is mis-aligned.

    #1004078
    Leo
    Staff
    Customer Support

    Not sure if I’m seeing the issue:
    https://www.screencast.com/t/Jv0fhdjaci7H

    Looks pretty good to me?

    #1004459
    Jose

    Scroll down to the bottom of the page…

    #1004537
    David
    Staff
    Customer Support

    Which plugin are you using to make the element sticky? Does it have any options to control that?

    If not then, and you intend to only have the one widget then you could remove that plugin and we may be able to provide some CSS to make it stick.

    #1005859
    Jose

    Using Extended Widgets, I can switch it off… but will need help with the css to make that widget fixed.

    #1005908
    David
    Staff
    Customer Support

    Try switching it off and adding this CSS:

    @media (min-width: 769px) {
        #right-sidebar {
            position: -webkit-sticky;
            position: sticky;
            top: 90px;
        }
    }
    #1006132
    Jose

    Seems to have worked. Reduced from 90 to 70 px. Thanks David!

    #1006508
    David
    Staff
    Customer Support

    You’re welcome

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