Archived topic
Headline wrapping when text is linked
3 replies · Started by Paul on January 29, 2023
Viewing posts 1–4 of 4
Hi,
Can you tell me why the headline in the second grid container wraps only when the phone number is linked?
The grid has been added to a container in the 'After Slideout Navigation' hook.
Thanks,
Paul.
Hi there,
Try this CSS:
.main-navigation .my-no-wrap a {
display: inline;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Thank Leo! I was almost there, needed to select .main-navigation.
Thanks again :)
No problem :)
This archived topic is closed to new replies.