Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #779223

    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

    #779309

    Hey rimlightstudio,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #1212015

    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.

    #1213287

    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

    #1213340

    Not exactly. I was really meaning, how to make the social icons sticky to the bottom of the left-sided Logo + Main Menu?

    #1215444

    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

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