[Resolved] form image icon not centralize – UserPro Forums https://forum.userproplugin.com/forums/topic/form-image-icon-not-centralize/feed/ Mon, 06 May 2024 19:07:26 +0000 https://bbpress.org/?v=2.6.2 en-US https://forum.userproplugin.com/forums/topic/form-image-icon-not-centralize/#post-14393 <![CDATA[[Resolved] form image icon not centralize]]> https://forum.userproplugin.com/forums/topic/form-image-icon-not-centralize/#post-14393 Fri, 20 Dec 2013 02:01:12 +0000 Steven Soh image icon

attach please see my icon is not centralize. did you know how to centralize it? is that any css code need to add to the style.css?

my website is http://www.clnet-solution.com.my . just purchase it yesterday

]]>
https://forum.userproplugin.com/forums/topic/form-image-icon-not-centralize/#post-14395 <![CDATA[Reply To: [Resolved] form image icon not centralize]]> https://forum.userproplugin.com/forums/topic/form-image-icon-not-centralize/#post-14395 Fri, 20 Dec 2013 02:25:04 +0000 Scott Prock That is the way they all look, it was designed that way. I think it gives it a nice touch that you don’t see on every other registration form.

If you want to edit the CSS look for userpro-field-icon and you will need to adjust the left: value. However, once you move the icons, you will need to move the field labels as well. Keep in mind, it’s best that you write custom css files into a css file that won’t get overwritten when you update the plugin. That means don’t edit the plugin css.

Hope that helps … Scott

]]>
https://forum.userproplugin.com/forums/topic/form-image-icon-not-centralize/#post-14396 <![CDATA[Reply To: [Resolved] form image icon not centralize]]> https://forum.userproplugin.com/forums/topic/form-image-icon-not-centralize/#post-14396 Fri, 20 Dec 2013 02:40:49 +0000 Steven Soh my site
this is caption icon from my site,

yoursite
this is caption icon from your site,

can you see the different of this image? your site the icon is centralize within the circle. my site the icon is go upper abit but still inside the icon, i not meaning to change the icon. from my point of view the circle and the image i don think is a one png picture. did you have any way to keep the image icon centralize like you.

]]>
https://forum.userproplugin.com/forums/topic/form-image-icon-not-centralize/#post-14401 <![CDATA[Reply To: [Resolved] form image icon not centralize]]> https://forum.userproplugin.com/forums/topic/form-image-icon-not-centralize/#post-14401 Fri, 20 Dec 2013 04:13:27 +0000 Scott Prock ok .. I see what you’re referring to now.

I inspected the css from your site and my site side by side and the first area I can see a difference is you have a reset.css file being used. I’m sure there’s something there that is off setting the icons. I haven’t been able to pin it down yet. I was able to add css to correct it using the code inspector in Safari but you shouldn’t need to do that. There’s a conflict somewhere, I’ll keep looking and let you know what I find.

… Scott

]]>
https://forum.userproplugin.com/forums/topic/form-image-icon-not-centralize/#post-14402 <![CDATA[Reply To: [Resolved] form image icon not centralize]]> https://forum.userproplugin.com/forums/topic/form-image-icon-not-centralize/#post-14402 Fri, 20 Dec 2013 05:01:34 +0000 Scott Prock Wow, I have combed over the css many times and I can’t seem to find the trouble. I would try removing the reset.css just as a troubleshooting step. If it corrects the alignment then you know it was the reset. The drawback, there may be other elements of your theme that are relying on that reset.

Another option is to add the code to correct it. You will need to do it for every icon as they all have individually named classes.

For every icon class you could place this code into your style.css keeping mind if you’re not using a child theme, any css edits could get wiped out with an update.

When you come across more icons, just add them in a new line before the brackets making sure to put a comma at the end of each line (except the last)

]]>
https://forum.userproplugin.com/forums/topic/form-image-icon-not-centralize/#post-14403 <![CDATA[Reply To: [Resolved] form image icon not centralize]]> https://forum.userproplugin.com/forums/topic/form-image-icon-not-centralize/#post-14403 Fri, 20 Dec 2013 07:05:11 +0000 Steven Soh Hi, it work. but can not put in child theme, is not going to effect. i don no why.

but where to find other icon? i have to adjust in (facebook, twitter, google, website..for example

.userpro-icon-facebook, …etc
.userpro-icon-user,
.userpro-icon-envelope,
.userpro-icon-lock,
.userpro-icon-camera {
position: relative;
top: 8px;
}

]]>
https://forum.userproplugin.com/forums/topic/form-image-icon-not-centralize/#post-14404 <![CDATA[Reply To: [Resolved] form image icon not centralize]]> https://forum.userproplugin.com/forums/topic/form-image-icon-not-centralize/#post-14404 Fri, 20 Dec 2013 07:21:28 +0000 Scott Prock I think this should be all of them, if you find any I missed let me know.

]]>
https://forum.userproplugin.com/forums/topic/form-image-icon-not-centralize/#post-14405 <![CDATA[Reply To: [Resolved] form image icon not centralize]]> https://forum.userproplugin.com/forums/topic/form-image-icon-not-centralize/#post-14405 Fri, 20 Dec 2013 07:25:22 +0000 Steven Soh yes..awesome scott. thank you so much. it solve

]]>
https://forum.userproplugin.com/forums/topic/form-image-icon-not-centralize/#post-14481 <![CDATA[Reply To: [Resolved] form image icon not centralize]]> https://forum.userproplugin.com/forums/topic/form-image-icon-not-centralize/#post-14481 Fri, 20 Dec 2013 22:48:40 +0000 admin The solution is much simpler 😀 I fixed it in v1.0.45 (under development now) it’s related to force a line-height on the i of the icon like this:

userpro.min.css

add: div.userpro-centered-icons a.userpro-profile-icon i {color: #aaa !important; line-height: 26px !important;}

as I said, this fix is automatically included in latest version. 🙂

]]>
https://forum.userproplugin.com/forums/topic/form-image-icon-not-centralize/#post-14507 <![CDATA[Reply To: [Resolved] form image icon not centralize]]> https://forum.userproplugin.com/forums/topic/form-image-icon-not-centralize/#post-14507 Sat, 21 Dec 2013 03:10:08 +0000 Steven Soh follow

how about this icon, it was going down from top. different from the other above.

]]>