Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1493600

    Hi, Is there any way to stick the social icons to the bottom in a fixed frame layout, left sidebar menu? I have tried everything.

    The icons appear stacked right under the menu with top and side white borders. It would be a great asset if they could be sticky to the bottom of the sidebar, (header), menu. On desktop, tablet, and mobile. Compatible across devices.

    Thanks — Michael

    #1493621

    Hey blaircomm1,

    Thank you for the inquiry.

    Try adding this css code to move the social icons to the very bottom of the left sidebar/header.

    .html_header_sidebar #header .container .inner-container {
        height: 100vh;
    }
    
    .html_header_sidebar #header .av-sidebar-social-container {
        position: absolute;
        clear: both;
        overflow: hidden;
        bottom: 34px;
    }

    fh4n21V.md.png

    Best regards,
    Ismael

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