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

    hi,

    i’m using left sidebar menu.
    is it possible header height 100% and align social icons to bottom ?

    sample image

    thank you.

    #407580

    Hi master-t!

    Try adding this to your custom CSS.

    .html_header_sidebar .av-sidebar-social-container {
    position: fixed;
    clear: both;
    overflow: hidden;
    width: 300px;
    bottom: 0px;
    }

    Cheers!
    Elliott

    #407588

    Thank you :)

    #407863

    Hi!

    Glad we could help :)

    Cheers!
    Rikard

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