Tagged: ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #941958

    Hi,
    I use the plugin Ajax Translator Revolution DropDown

    Advanced Settings Plugin Translator=

    Custom location (jQuery): .main_menu
    Insert mode: Applend
    Custom CSS: .translator-dropdown-container.translator-dropdown-container-custom {
    margin: 45px 0 0 0 !important;
    }

    Looks good in the Desktop Version Enfold Theme OK (See attached image or visit http://www.loreak.com/nuevaweb)

    http://loreak.com/nuevaweb/wp-content/uploads/2018/04/Boceto.png

    In the mobile version is moved down :-( (See attached image)

    http://loreak.com/nuevaweb/wp-content/uploads/2018/04/wp_ss_20180414_0001-579×1030.png

    I have adjusted with CSS Burguer Menu

    /*burger menu*/

    .av-hamburger {
    padding: 35px 0 0 0;
    display: inline-block;
    cursor: pointer;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    }

    But I can’t adjust Logo and search icon. Moving Head??? Solution???

    Any solution???

    Thanks!!

    • This topic was modified 6 years, 8 months ago by loreak.
    #942127

    Hey loreak,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 990px) {
    .translator-dropdown-container.translator-dropdown-container-custom {
        margin: 32px 0 0 10px !important;
    }
    }

    Best regards,
    Rikard

    #942163
    #942174

    Solved!!!

    Paste CSS in Advanced Settings > Ajax Translator Revolution Dropdown

    @media only screen and (max-width: 990px) {
    .translator-dropdown-container.translator-dropdown-container-custom {
    margin: 27px 0 0 10px !important;
    }
    }

    Perfect!! Thanks!!! ;-)

    #942392

    Hi,

    Great, glad you found a solution and thanks for sharing. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #944464

    Close Topic. Thanks!

    #945140

    Hi,

    Thank you fro letting us know, we appreciate it.

    Best regards,
    Basilis

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Adjust Mobile Menu Icon Translator’ is closed to new replies.