Page 1 of 1

Getting footer text in-line?

Posted: Fri Jun 20, 2014 2:34 pm
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 :)

Posted: Fri Jun 20, 2014 3:07 pm
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

Posted: Fri Jun 20, 2014 3:56 pm
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 :)

Posted: Fri Jun 20, 2014 4:48 pm
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

Posted: Fri Jun 20, 2014 5:35 pm
by nigelfaraday67

Posted: Fri Jun 20, 2014 6:00 pm
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

Posted: Sat Jun 21, 2014 1:48 pm
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 :)

Posted: Sat Jun 21, 2014 3:54 pm
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

Posted: Sat Jun 21, 2014 4:57 pm
by nigelfaraday67
thanks, will try this :)

Posted: Mon Jun 23, 2014 2:10 pm
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 :)

Posted: Mon Jun 23, 2014 2:50 pm
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 11787 times
Regards,
JC