Home Forums WoodMart support forum list icon vertical alignment

list icon vertical alignment

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #491258

    dunies
    Participant

    Hello,

    I’m facing this issue with the list icon alignment which doesn’t seem to work.

    What can I do to have it on the start of the sentence instead of the middle?

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

    Hello,

    This is the default builder functionality. WoodMart does not influence that and has no option to change that.

    If you have any questions please feel free to contact us.

    Best Regards

    #491410

    dunies
    Participant

    What do you mean? It is your list element!

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

    dunies
    Participant

    .list-icon, .wd-list > li > img, .wd-list picture {
    flex: 0 0 auto;
    margin-right: 10px;
    vertical-align: middle;
    text-align: center;
    transition: inherit;
    }

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

    Hello,

    The builder chart has a few list widgets and I could not detect which one by the screen. WoodMart list widget is based on the default Elementor functionality. Have you solved the issue? Please provide the page URL if you have not.

    Best Regards

    #491601

    dunies
    Participant

    No I haven’t solved the issue. Is there a solution?

    #491957

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .wd-list li {
    	align-items: flex-start;
    }
    
    body .wd-list li .list-icon {
    	margin-top: .2em;
    }

    Best Regards

    #492042

    dunies
    Participant

    This fixed the issue! Thank you soooooo much!!!

    #492074

    You are welcome!

    Wish you a wonderful day!

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

The topic ‘list icon vertical alignment’ is closed to new replies.