Tagged: enfold, enfold issue
-
AuthorPosts
-
March 19, 2018 at 10:32 am #928978
Enfold mega menu 2nd level sub heading is not aligned to the first line sub heading . We need it to be left aligned .
Also need to reduce the space between 2nd & 3rd sub heading menu .
used below code :
#top #header .avia_mega_div>.sub-menu.avia_mega_hr{
padding-top: 10px;worked for 1st & 2nd subheading but not the bottom one .
- This topic was modified 6 years, 7 months ago by IDV.
March 20, 2018 at 11:23 am #929727Hey idvisionme,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look? Can you remove the code for now?
Best regards,
VictoriaMarch 20, 2018 at 3:35 pm #929881This reply has been marked as private.March 20, 2018 at 4:48 pm #929940Hi,
An alternate way to grant us access to your site would be to:
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user using (Email address hidden if logged out) or your own email and post the login credentials in the “private data” field.Best regards,
VinayMarch 20, 2018 at 4:54 pm #929952Here it is .
thank you
March 20, 2018 at 6:26 pm #930028Hi,
To align the submenu items as seen in the below screenshot
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top #header .avia_mega_div>.sub-menu>li>ul { padding: 0; margin-left: -13px!important; }
It’s not clear which space you want to reduce? If you still have any issue please upload a screenshot/mockup to imgur.com and share the link here so we can help you better :)
Best regards,
VinayMarch 20, 2018 at 7:41 pm #930079didnt work .
Please see the picture .
March 20, 2018 at 8:31 pm #930103Hi,
Thank you for getting back to us with the screenshot, the space mentioned will align only if all the titles are of same word count.
Since the menu titles are of different length the space required to fit them is also different.Best regards,
VinayMarch 21, 2018 at 11:39 am #930505thank you for your support . It’s not the case with our other website . Please see the link below & advise .
March 23, 2018 at 9:32 am #931827Hi,
Did you add this css modification?
#top #header .avia_mega_div .sub-menu { overflow: hidden; width: auto; box-shadow: none; border-style: none; border-width: 0; position: relative; top: 0; display: block; left: 0; clear: both; }
Please disable the “autoptimize” plugin temporarily.
Best regards,
IsmaelApril 3, 2018 at 4:20 pm #936638Sorry, didnt work
April 4, 2018 at 7:25 am #936979Hi,
Thank you for the update. Did you add that css modification? The login token has expired. Please regenerate it again or post the login details in the private field.
Best regards,
IsmaelApril 4, 2018 at 9:52 am #937046Yes, I tried adding . but it didnt work .
Login details below .
I need to add dotted vertical lines between the mega menu items . For eg : https://kriesi.at/themes/enfold/ under pages .Kindly help .
Thank you for all your support .
April 5, 2018 at 1:11 pm #937702Hi,
Thank you for the update.
We added this code in the Quick CSS field.
#top #header .avia_mega_div>.sub-menu { display: flex; justify-content: space-between; align-items: flex-start; }
Best regards,
IsmaelApril 16, 2018 at 3:47 pm #942616Thank you Ismael . It worked .
Regards
SameerApril 17, 2018 at 7:06 am #942959 -
AuthorPosts
- You must be logged in to reply to this topic.