Archived topic
Icon alignment for bullet points - top left
3 replies · Started by Karsten on March 16, 2021
Hi,
we regularly use bullet points with icons on our pages. On mobile versions, these icons automatically switch to horizontal mid (see here).
We would rather like an option, so we can fix the position of the icons on the first line of the bullet point.
Is there currently a way to achieve this?
Thanks and cheers!
Hi Kasten,
This is a GB question, could you please post it in its own forum in the future?
Thanks!
Free: https://community.generateblocks.com/
Pro: https://generateblocks.com/support/
For now you could try this CSS:
@media (max-width: 768px) {
.gb-headline {
align-items: flex-start !important;
}
}
Let me know :)
Thank you, Ying
No problem :)