Home Forums WoodMart support forum List icon

List icon

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #239778

    Mishkat
    Participant

    Hello,
    The list icon goes in the middle of the line once it’s more than one line. How can I make it so that it comes on the first line?

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

    Hello,

    Please provide the page URL I will check the styles if there is the possibility to change that.

    Best Regards

    #239873

    Mishkat
    Participant

    URL

    #240078

    Hello,

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

    .woodmart-list li {
    align-items: flex-start;
    }
    .woodmart-list .list-icon {
    	line-height: inherit;
    }

    Best Regards

    #240157

    Mishkat
    Participant

    Thank you. This worked.

    I have another edit to make. If you look at this from mobile, the icons have a weird spacing in the first row but the second row is fine on mobile. Not sure what its causing this issue.

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

    Hello,

    There is not enough space for the text that is why the blocks do not look good.

    I would suggest setting the different width for Tablet and mobile, for example for the tablet you can show three items in a row, and for mobile 2 or one.

    You can find the instruction on how to do that in this instruction: https://wpbakery.com/video-academy/control-elements-different-devices-responsive-column-controls/

    Best Regards

    #240261

    Mishkat
    Participant

    So for me I like how it shows on desktop. Just the mobile spacing is a bit odd. See the screenshot attached. You’ll see there’s more spacing with the first 3 rows than the last ones. You can also see. I didnt add any extra spacing.

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

    Hello,

    You need to set the equal spacing for columns and rows that contain the element.

    Please note the bottom margin from the previous row would sum up with the top margins of the next row.

    Best Regards

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