Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #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, 1 month ago by IDV.
    #929727

    Hey 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,
    Victoria

    #929881
    This reply has been marked as private.
    #929940

    Hi,

    An alternate way to grant us access to your site would be to:

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. 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 ).
    5. Click ” Submit “.
    6. 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,
    Vinay

    #929952

    Here it is .

    thank you

    #930028

    Hi,

    To align the submenu items as seen in the below screenshot

    2018-03-20 – 21.54.32 ~ Cropped Capture

    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,
    Vinay

    #930079

    didnt work .

    Please see the picture .

    #930103

    Hi,

    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,
    Vinay

    #930505

    thank you for your support . It’s not the case with our other website . Please see the link below & advise .

    #931827

    Hi,

    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,
    Ismael

    #936638

    Sorry, didnt work

    #936979

    Hi,

    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,
    Ismael

    #937046

    Yes, 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 .

    #937702

    Hi,

    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,
    Ismael

    #942616

    Thank you Ismael . It worked .

    Regards
    Sameer

    #942959

    Hi Sameer,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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