-
AuthorPosts
-
April 14, 2018 at 4:06 pm #941958
Hi,
I use the plugin Ajax Translator Revolution DropDownAdvanced 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.
April 15, 2018 at 6:34 am #942127Hey 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,
RikardApril 15, 2018 at 10:29 am #942163Unfortunately it doesn’t work. is the same.
http://loreak.com/nuevaweb/wp-content/uploads/2018/04/wp_ss_20180414_0001-579×1030.png
April 15, 2018 at 12:13 pm #942174Solved!!!
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!!! ;-)
April 16, 2018 at 4:02 am #942392Hi,
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,
RikardApril 20, 2018 at 7:25 am #944464Close Topic. Thanks!
April 22, 2018 at 8:43 pm #945140Hi,
Thank you fro letting us know, we appreciate it.
Best regards,
Basilis -
AuthorPosts
- The topic ‘Adjust Mobile Menu Icon Translator’ is closed to new replies.