Archived topic
ICON
9 replies · Started by DAVID on November 4, 2021
Hello
is it possible to put the icon below a header instead of above or inline
Thanks
Hi David,
Not sure I fully understand your question, do you mean headline?
Let me know :)
yes the headline gives you a option to have icon inline or about see link
Your home page seems down, can't see it.
There's no such option to put the icon below text, but we can help with CSS.
You can give an additional CSS class to the headline block, eg. icon-below-headline, then add this CSS:
.icon-below-headline span.gb-icon {
order: 2;
}
https://wordpress.com/support/adding-additional-css-classes-to-blocks/
Let me know if you need further assistance :)
Thanks Ying
My website is up now although im not sure whats happened to it in safari :(
Are you talking about these headlines?
https://www.screencast.com/t/pYq6gcjol
If so, set the icon location to above, then add this CSS:
.gb-container.gb-container-7064131d .gb-headline .gb-icon {
order: 2;
}
Let me know :)
hi no im taking about the welcome headline
thanks
Seems it's working well with the additional CSS class.
On mobile the text's been pushed to 1 row, it's because you have a huge margin set for the container on desktop, the mobile inherits the value, the value needs to be adjusted for mobile.
https://www.screencast.com/t/kPOBCP5r5
Thank you
No problem :)