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
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;
}
Best regards,
Ismael
