Home Forums WoodMart support forum Bullet point in the list element

Bullet point in the list element

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #597703

    Mishkat
    Participant

    Hello, how can I align the bullet point in the list element to the top instead of the middle?

    #597817

    Mishkat
    Participant

    Added link. Check the picture to see which section of the link I asked.

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

    Hung Pham
    Keymaster

    Hi Mishkat,

    Thanks for reaching to us.

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

    .wd-list.wd-list-type-icon li {
    	align-items: baseline;
    }

    Regards,

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