Getting footer text in-line?

Best Wordpress plugin to engage your users and collect their email. You can use header alerts, popups, or exit pages, and it works with any popular emailing service such as Mailchimp or AWeber
nigelfaraday67
Member
Posts: 45
Joined: Fri Apr 18, 2014 12:12 pm

Getting footer text in-line?

Post by nigelfaraday67 »

Hi, how would I go about getting the footer slide up text to appear in line with the rest of the form fields, i.e.

https://dl.dropboxusercontent.com/u/905 ... inLine.JPG

Thank you again for your help :)
Jean-Christophe Bisoux
Posts: 283
Joined: Tue Feb 28, 2012 10:36 am
Location: Canillo, Andorra

Post by Jean-Christophe Bisoux »

Hi,

try to put CSS rule in the custom css to ignore the br tag like this

Code: Select all

br{display:none}
regards,
JC
nigelfaraday67
Member
Posts: 45
Joined: Fri Apr 18, 2014 12:12 pm

Post by nigelfaraday67 »

Thanks for this, Tried it but no luck unfortunately. There is no break in the html code though:

Code: Select all

<span style="color: #ffffff; font-size: medium;"><strong>Free UK Rehab Advice:</strong></span>
Grateful for any advice :)
Jean-Christophe Bisoux
Posts: 283
Joined: Tue Feb 28, 2012 10:36 am
Location: Canillo, Andorra

Post by Jean-Christophe Bisoux »

Hi,
Is it posible to have a online url to see it ?
with an image it's imposible where is the issue

Regards,
JC
nigelfaraday67
Member
Posts: 45
Joined: Fri Apr 18, 2014 12:12 pm

Post by nigelfaraday67 »

Jean-Christophe Bisoux
Posts: 283
Joined: Tue Feb 28, 2012 10:36 am
Location: Canillo, Andorra

Post by Jean-Christophe Bisoux »

Hi,
OK I see
the problem come from your theme, it's 981px for the width and with this size it's not posible to have all the field and the text in one line
Regards,
JC
nigelfaraday67
Member
Posts: 45
Joined: Fri Apr 18, 2014 12:12 pm

Post by nigelfaraday67 »

Ah, ok, thanks, how would I reduce the width of the form fields, maybe this would reduce overall width and allow all in line? Thank you :)
Jean-Christophe Bisoux
Posts: 283
Joined: Tue Feb 28, 2012 10:36 am
Location: Canillo, Andorra

Post by Jean-Christophe Bisoux »

You can try something like that in custom CSS

Code: Select all

.footer-optin-inner-content{float:left;padding-top:10px}
input[type=text]{width:150px}
you can just the value in pixel to adapt as you like

Regards,
JC
nigelfaraday67
Member
Posts: 45
Joined: Fri Apr 18, 2014 12:12 pm

Post by nigelfaraday67 »

thanks, will try this :)
nigelfaraday67
Member
Posts: 45
Joined: Fri Apr 18, 2014 12:12 pm

Post by nigelfaraday67 »

Thanks, this looks better, but if you check the url, rehabcompare.net, can see the text is left aligned, editing the html editor for the footer is not working for alignment for some reason, is there any way I can align the text "Free UK Rehab Advice:" to sit next to the form (i.e. to the right). Many thanks :)
Jean-Christophe Bisoux
Posts: 283
Joined: Tue Feb 28, 2012 10:36 am
Location: Canillo, Andorra

Post by Jean-Christophe Bisoux »

Hi,
the best way is to use field bigger with the input width to 180px
Capture d’écran 2014-06-23 à 14.45.43.jpg
Capture d’écran 2014-06-23 à 14.45.43.jpg (18.33 KiB) Viewed 3689 times
Regards,
JC
Post Reply