This topic has 4 replies, 3 voices, and was last updated 5 months, 2 weeks ago ago by Andrew Mitchell
Hello,
Can you tell me how do i achive an even space between the same item rows (check image)?
So the check icon will be alligned with the first row and the second row of the same item
will be alligned bellow it, just like it would be in a normal text block?
Hello,
Thank you for reaching out to us with your query.
Could you please provide the URL of the page?
Best Regards,
8Theme’s Team
In private
Hello, TheOne,
We recommend replacing the current element you are using with an Icon List. To align the icon appropriately with the content, please apply the following custom CSS to this element:
.etheme-icon-list .etheme-icon-list-item{
align-items: flex-start;
}
You can add this CSS snippet by navigating to: Icon List -> Advanced -> Custom CSS.
Should you require any further assistance, please do not hesitate to contact us.
Best Regards,
The 8Theme Team
You must be logged in to reply to this topic.Log in/Sign up