hi,
i’m using left sidebar menu.
is it possible header height 100% and align social icons to bottom ?
thank you.
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
Thank you :)