Tagged: x
-
AuthorPosts
-
August 4, 2016 at 8:32 pm #1118189
Mark CParticipantI have been trying to use the Info Bar on a site I’m working on, but the email field and submit button don’t line up properly with the text to the left of them and they are displaying at different sizes as well. I haven’t done any customization via CSS – just chose some different colors and changed a few words. It looks great in the back end, but badly misaligned on the live site. Here are screen shots of both sides.
** UPDATE: I ended up having to add this CSS to get things to look right, but I am sure that people can’t be expected to do this each time they use it. I’ll post my login info next so you can take a look. There’s got to be an issue I haven’t discovered yet.
input[type=”email”] {
display: inline-block;
height: 2.5em;}.cp-form-container .cp-submit-wrap-full .cp-submit {
width: 150%;}form {
margin: 0 0 0em;}August 4, 2016 at 8:35 pm #1118196
Mark CParticipantThis reply has been marked as private.August 5, 2016 at 12:48 am #1118478
RupokMemberHi there,
It seems some line-height is being added to the button from another module of ConvertPlug that’s causing the inconsistency. However your fix seems good and you can go with that.
Cheers!
August 19, 2016 at 4:57 pm #1138774
accent_musParticipantI’m having the same problem, and Mark C’s code fixed it for me.
Thanks so much for posting your solution here Mark C! You saved me a ton of time.
August 19, 2016 at 10:09 pm #1139104
Prasant RaiModeratorHappy to hear that. Feel free to ask us again. Have a great day! 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1118189 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
