Hi there
This is likely caused by a styling conflict with your theme, if they should be displaying inline.
Please send me a link to the page containing the widget so that I can rectify this for you?
Thread Starter
I-LION
(@i-lion)
Hi Giovanni
The widget doesn’t use the standard widget functionality for the title – so sorry about that.
This can be fixed by making a few code changes. Would you be comfortable with this?
If so, please go to sola-newsletters/modules/module_widget.php and scroll down to line 109:
Remove this block of code:
<div id="sola_nl_title">
<h3>'.$option.'</h3>
</div>
Now scroll up to line 22 and add this below the ‘apply_filters’ code:
$title = get_option("sola_nl_sign_up_title");
Does this help?
Thread Starter
I-LION
(@i-lion)
Thank Jarry,
It’s better but why the title is’nt inside the <h4></h4> directive?

Thanks
Giovanni
Hi Giovanni
Unfortunately I don’t have an exact answer for you on that. I’ll definitely look into that for you though. So sorry about that.