
-
AuthorPosts
-
September 2, 2015 at 9:28 pm #497372
Hi buddies and thanks for very nice them Enfold!
after upgrading to new version of Enfold my menu changed and I cant fix it with any code!!! my problems are:
1- in some screen my main menu just wrapped in two line what i dont want!
2- my submenu box is too big and some times go out of screen!
3- in previous version main menu and submenu font changed together but now I just can change the main menu font and it’s not affected to submenu items.
4- the white space after sub menu items are too much!
I tried many codes but one item is become good and another bad!
for making you clear please take a look to my website menu (no.1 in private), and what I want exactly is in website no.2 !!!
please let me know how can I make a menu and sub menu exactly same as no.2 website (font, size, style every thing’s is good)Sorry for long story but I really confused!
CHeers
September 3, 2015 at 4:02 pm #497724Hey svaliahdi!
try this code:
.av-main-nav-wrap { width: 127%; right: 84px; margin-left: -40px; }
and adjust as needed.
You might need to work with media queries to achieve different behavior for different screen sizes. Use something like this:
@media only screen and (max-width: 736px) { .av-main-nav-wrap { width: 127%; right: 84px; margin-left: -40px; } }
and adjust as needed.
Regards,
AndySeptember 3, 2015 at 10:26 pm #498021Thanks andy,
I changed the code to:#av-main-nav-wrap {
width: 170%;
right: 20px;
margin-left: -40px;
}@media only screen and (max-width: 736px) {
#av-main-nav-wrap {
width: 170%;
right: 20px;
margin-left: -40px;
}
}
so just the location of the menu is become fine but I have two problem:
1- in Chrom browser menu is fine but in firefox browser main menu warped in two line take a look to capture:
2- in my sub menu white screen is too much:
3- I changed my menu font in advanced style\edit main menu but the submenu not change!! I want to change my submenu font also!please look at the website :”in private” main and sub menu items, the arrangement is exactly what I need!
Regards,
SamSeptember 6, 2015 at 8:48 am #498806Hi,
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.
Best regards,
RikardSeptember 7, 2015 at 4:51 pm #499382Dear Rikard,
Thanks for your attention, you can login with information I write in private!
I have another problem is my website load very very slow and I guess it’s because of Userpro plugin, may you please also check if there is un compatibility or what between user pro and this version of Enfold or something else is wrong!?
Regards,
SamSeptember 9, 2015 at 8:16 am #500216Hi Buddy!
Any update?? did you check ???
September 10, 2015 at 1:14 pm #500988Hey!
refuse from bumping into your own thread please. Your website is not loading properly for me … it takes hours
1.) Your menu looks fine to me on Chrome as well as on Firefox. Make sure to use newest browser version. Which OS are you using?
2.) Use this code:
#header .six.units { width: 400px; }
3.) For mega menu title use this code:
#header .mega_menu_title { font-family: verdana; }
and for the other submenu items:
#top #header .avia_mega_div > .sub-menu > li > ul > li a { font-family: verdana !important; }
Regards,
Andy-
This reply was modified 9 years, 9 months ago by
Andy.
September 18, 2015 at 11:45 am #505377Dear Andy,
Sorry for late respond and thanks for your support, I was working on loading problem of my website and it solved today.
I checked the codes and still I have same problem as follow:
My menu in Chrome and IE is good but in firefox (latest version) is wrapped in two line and it’s not look good!!
now my site is load faster so you can check the codes and all you need.
Best regards,
SamSeptember 21, 2015 at 12:03 pm #506354Hey!
please try to deactivate all plugins to see which one is causing firefox to display your menu like this.
Best regards,
Andy -
This reply was modified 9 years, 9 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.