Tagged: main-menu, social icons, wpml
Hello,
1.I would like to move social icons to bottom of my left sidebar main menu. Right now they are fixed close to menu. Is it possible to force them to bottom and be responsive when browser window size change?
2. I would also like to move cart to bottom of my menu and in the same line as cart I would like to have WPML language switcher. I can’t find proper way to do it.
Than you so much.
Best regards
Hey rimlightstudio,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Was a solution found for this? I would also like to move the social icons to the of the bottom of the left sidebar menu in the Logo + Main Menu header setup.
Hi,
Would you like to display them below your widgets? If so, please try adding following code to Quick CSS in Enfold theme options > General Styling
.avia-custom-sidebar-widget-area.sidebar {
display: flex;
flex-direction: column;
width: 100%;
}
.avia-custom-sidebar-widget-area.sidebar .av-sidebar-social-container {
order: 1;
}
Best regards,
Yigit
Not exactly. I was really meaning, how to make the social icons sticky to the bottom of the left-sided Logo + Main Menu?
Hi advteksol,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria