Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #933588

    Hello,

    I have created a Sub-menu with items that show on the right side when the mouse is over first-level menu item. I would like the sub-menu items to show down pushing the other first-level menu items further down. Please let me know how to achieve this. I am sending a website that has such effect on the left sidebar menu

    #933646

    Hey ivanszbg,

    I checked your site but could not find any submenu items. Please add the submenu items and we will help you with the modifications. We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    #933674
    This reply has been marked as private.
    #933961

    Hi,

    By default, the menu items should display vertically. Do you know if there was any custom code added to modify it?

    If not please give us access to WordPress backend to check the settings ( Mention the details in private content area).

    Best regards,
    Vinay

    #934222
    This reply has been marked as private.
    #934303

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    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 and post the login credentials in the “private data” field.

    Best regards,
    Vinay

    #934328
    This reply has been marked as private.
    #934492

    Hi,

    We have enabled Mega menu options in Appearance > Menu > Menu Item

    and added the below code in Quick CSS

    #top #wrap_all .avia_mega_div ul,
    #top #wrap_all .avia_mega_div {
        background-color: #fff !important;    
    }

    Best regards,
    Vinay

    #934713
    This reply has been marked as private.
    #935163

    Hi,

    Please try the following css code to reduce the space between the sub menu items.

    #dc_jqaccordion_widget-3-item ul ul a {
        padding: 5px 10px;
    }

    Best regards,
    Ismael

    #935278

    Hi Ismail,

    The code provided is not working. Please check the screenshot where I have marked the changes needed.

    #935787

    Hi,

    My bad. I checked the “epchem” page. Please try this css code.

    #top .widget_nav_menu ul ul li a {
        padding: 6px 0px 7px 30px;
    }
    
    .main_color .widget_nav_menu .menu-item-has-children > a {
        color: red !important;
    }

    Adjust the css values as needed.

    Best regards,
    Ismael

    #935986
    This reply has been marked as private.
    #936051

    Hi Ivan,

    I put the code in quick css and it is working. Where did you put it before?

    Best regards,
    Victoria

    #936063

    Hi Victoria,

    Thank you. You can see it in the top of quick CSS. You have put slightly different code and now it is working. I am still waiting for an answer what code should I add if I want the sub-items to appear only if you click on main items (Petroleum Based Waxes, Natural wax, Synthetic wax) similar to Epchem website. Please see the link.

    Best Regards,
    Ivan

    #936290

    Hi,

    I’m sorry but that feature requires modification that are beyond the scope of support. Please hire a freelance developer or contact our partner, Codeable.

    // https://kriesi.at/contact/customization

    Best regards,
    Ismael

    #936373

    Ok Ismael, Thank you

    #936505

    Hi,

    Thanks for the feedback. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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