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

    Hello,

    I used the code provided here and the language switcher does show, but the old maps show too and the code is supposed to remove them.

    #980877

    Hey soundstrat,

    Thank you for using Enfold.

    Use the following css code to remove the flags.

    .av-language-switch-item {
        display: none !important;
    }

    Best regards,
    Ismael

    #987198

    Thank you! Any idea why the menu is falling off the page on the right? Any way to fix this?

    Thank you!

    -Brad

    #987374

    Hi,

    There are only two items in the main menu and I can’t see the menu falling of the page. Can you please provide screenshot? Use imgur or dropbox.

    Best regards,
    Ismael

    #987637

    Sure thing! Here ya go: https://imgur.com/a/zEvfXxm

    #987855

    Hi,

    Thanks for the screenshot.

    Use this css code to pull the sub menu towards the left.

    .menu-item-object-wpml_ls_menu_item .sub-menu {
        margin-left: -100px;
    }

    Adjust the left margin value as needed.

    Best regards,
    Ismael

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