Inline button and text

Hello,
How can I set the text to be inline so that the “message” and date are on the same line? Please see screenshot.
Here is the URL: https://www.snpnyc.org/opioid-crisis-during-covid-pandemic/
Thanks in advance

Hi @Jennine,

Thanks for reaching out.
You can make that Text in the same line of Message by adding the following custom CSS code into the Customize > Element CSS of the Text element.

$el.x-text
{
    display:contents;
}

Please remember that the above code will work if copied as it is and doesn’t conflict with any existing style.
Please note that the code provided serves only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle.
We really do not provide support for custom codes that means we can’t fix it in case it conflicts with something on your site nor will we enhance it.

Thanks

great ty. That worked. The “message” button s not working and there is a link in the href. Any idea why its not working? I will attach my credentials.
Thanks

Hi @Jennine,

It has been found that you are still using the older version of Pro i.e. 4.2.3, I would suggest you update it to the latest version i.e. 4.3.3 and check if that issue still exists.

Thanks

hello,
I updated the pro version to 4.3.3 but unfortunately, the issue is still occurring. Please advise Thanks in advance

Hi Jennine,

Set that sections z-index to 0 (https://prnt.sc/13gxoxa), setting it to -1 will place it behind something, that is why you can not click the button on it.

Hope it helps,
Cheers!

thank you that worked : )

Hello @Jennine

Glad that we were able to help you. Please feel free to reach us if you have any queries regarding our theme and theme settings.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.