Home Forums WoodMart support forum Category icon in RTL

Category icon in RTL

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #39046

    MoeMauphie
    Participant

    Hi there,

    The icon for categories which have sub-categories is shown on the wrong side of the menu. Please kindly find the attached to see more.

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

    MoeMauphie
    Participant

    I tried to find a css solution for it, but I think it’s not possible and we requite css html modification.

    Regards

    #39093

    Bogdan Donovan
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .rtl .icon-drop-category {
    	right: auto;
    	left: 0;
    }

    Regards

    #39130

    MoeMauphie
    Participant

    Hi,

    It goes to the far left of the screen by that code, while it should be placed right after the menu text.

    Regards,

    #39172

    Artem Temos
    Keymaster

    Hi,

    Sorry, but it is the way it works on original LTR layout and we can’t move it https://gyazo.com/ae161c0a4e3cfe84f3401cabf1fbb5f5

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