Home Forums WoodMart support forum submenu settings

submenu settings

Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #523573

    office-9133
    Participant

    submenu settings

    Attachments:
    You must be logged in to view attached files.
    #523651

    Luke Nielsen
    Keymaster

    Hello,

    I would like to request temporary admin access to the website to take a better look at the issue there.

    Thank you in advance.

    Kind Regards

    #523658

    office-9133
    Participant

    sorry i can not do that

    #523662

    Luke Nielsen
    Keymaster

    Hello,

    Could you please make a clone of your website and move it to the staging platform? So I can investigate the issue there.

    https://www.wpbeginner.com/wp-tutorials/how-to-create-staging-environment-for-a-wordpress-site/

    Also, the website is closed at all: https://prnt.sc/Eh4gxZs4HPw9

    Thank you in advance.

    Kind Regards

    #523684

    office-9133
    Participant

    the website is not yet launched

    I can’t do staging at the moment because I don’t have enough space

    #523805

    Luke Nielsen
    Keymaster

    Hello,

    I have replicated such appearance on my side and unfortunately, there is no way to make it in the same line, unfortunately.

    If there’s anything else we can do, please get in touch.

    Kind Regards

    #523975

    office-9133
    Participant

    Nor adding a css?

    #524460

    Luke Nielsen
    Keymaster

    Hello,

    In general, it’s possible but I not guarantee that it will work well with the long text. So you need to edit the HTML BLOCK with that menu and define some custom CSS class in order to apply the CSS to that specific area: https://prnt.sc/Z7BM0YoqODYt

    Then define the below code in Theme Settings -> Custom CSS:

    .custom-class .wd-sub-menu li>a .menu-label {
        position: unset;
        margin-top: 0; 
        align-self: unset;
    }
    
    .custom-class .menu-label {
        margin-inline-start: 5px;
    }
    
    .custom-class .menu-label:before {
        content: none;
    }

    The result should be similar to this: https://prnt.sc/CUMs68My_lBc

    Thank you for your time.

    Kind Regards

    #524508

    office-9133
    Participant

    and isn’t there a risk that a theme or plugin update will crack the css?

    #524512

    office-9133
    Participant

    it did not work

    Attachments:
    You must be logged in to view attached files.
    #524514

    office-9133
    Participant

    sorry

    #524515

    office-9133
    Participant

    this is

    Attachments:
    You must be logged in to view attached files.
    #524519

    office-9133
    Participant

    not working

    Attachments:
    You must be logged in to view attached files.
    #524522

    Luke Nielsen
    Keymaster

    Hello,

    As I mentioned above, you need to paste the code to the Custom CSS area in Theme Settings. After the update the code will not gone if you use it in Theme Settings -> Custom CSS.

    Do not check it in the Elementor, you need to check it on the real page.

    https://prnt.sc/obpNHBluJe5U

    Kind Regards

    #524523

    office-9133
    Participant

    I did

    check the last pictures sent

    #524524

    office-9133
    Participant

    but css give me some errors like in the pictures

    #524526

    Luke Nielsen
    Keymaster

    Hello,

    Remove the above code and paste this one in Theme Settings -> Custom CSS.

    .whb-header .menu-label {
        position: static !important;
        margin-inline-start: 5px;
    }
    
    .whb-header .wd-sub-menu li>a .menu-label {
        margin-top: 0;
        align-self: center;
    }
    
    .whb-header .menu-label:before {
        content: none;
    }

    Do not use the Custom CSS area from Elementor: https://prnt.sc/c9vhvRtsaMmc , use ours instead : https://prnt.sc/6bnYNOv0Ghea

    Result: https://prnt.sc/3r-7TvPZ84Ed

    Kind Regards

    #524531

    office-9133
    Participant

    it works very good
    thank you
    and isn’t there a risk that a theme or plugin update will crack the css?
    merry christmas

    #524583

    Luke Nielsen
    Keymaster

    Hello,

    In general, the update or plugins should not affect the above CSS. But in any case, you can contact us and we will do our best to help you.

    So can the topic be closed? Thank you for your time.

    Kind Regards

Tagged: 

Viewing 19 posts - 1 through 19 (of 19 total)