Home Forums WoodMart support forum The list from right to left is not in order

The list from right to left is not in order

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #516105

    octexoteam
    Participant

    The list is not in order and looks inappropriate. Can you fix it?

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

    Luke Nielsen
    Keymaster

    Hello,

    The below code adds padding, thus it makes an appropriate look as in our demo. It’s our issue and in general, we will fix it in our next update.

    .wd-dropdown-menu.wd-design-full-height .wd-dropdown-inner {
    	padding:30px 35px 0 35px;
    	height:var(--wd-dropdown-height)
    }
    
    .wd-dropdown-menu.wd-design-full-height .wd-dropdown-inner>.container {
    	padding:0;
    	width:auto
    }
    
    .wd-dropdown-menu.wd-design-full-height {
    	--wd-dropdown-height: var(--wd-content-h)
    }

    As for the older, it’s the same as on the demo: https://prnt.sc/we2q_GiEQL7W

    Kind Regards

    #516326

    octexoteam
    Participant

    This works with models that do not support RTL. This code eliminates menu and compatibility problems in other models

    #516327

    octexoteam
    Participant

    In the RTL model, there is a page overlapping with each other, and it is inconsistent in the demo. Does the code fix everything?

    #516329

    octexoteam
    Participant

    Like these lists

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

    Luke Nielsen
    Keymaster

    Hello,

    In the last case, it’s not a bug, you should rebuild HTML Blocks via the Page builder that comes from menus. Actually, we have such a default demo that was built for the RTL: https://woodmart.xtemos.com/home-rtl/?rtl

    Kind Regards

    #516427

    octexoteam
    Participant

    I tried translating it but it doesn’t appear like this

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

    Luke Nielsen
    Keymaster

    Hello,

    Do you try to translate text that is situated in the dropdown? Or do you mean that you are trying to change the appearance via page builder?

    Looking forward to hearing back from you!

    Kind Regards

    #516464

    octexoteam
    Participant

    I tried to install the demo, but the same thing did not appear on the page. I tried to modify and create a new one, but I did not know how

    #516482

    Luke Nielsen
    Keymaster

    Hello,

    You just need to edit this menu dropdown in Dashboard -> HTML Blocks and just correct margin, paddings, and border for the widget column.

    Also, you can send me access to the admin dashboard so I will show you how to change the appearance of these blocks from the menu for the RTL on your side.

    Thank you in advance.

    Kind Regards

    #516505

    octexoteam
    Participant

    I hope to send you the method to fix something again without consulting you

    #516566

    octexoteam
    Participant

    The problem was solved and I understood the error. Thank you

    #516685

    Luke Nielsen
    Keymaster

    Hello,

    Great! In case you need any additional help, I’d be more than happy to assist you.

    Have a good day!

    Kind Regards

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

The topic ‘The list from right to left is not in order’ is closed to new replies.