Layout issue with Poplogin
- Posted by Paul Vos (5) Offline
I use Poplogin on one of the pages of my site: elquip.nl/bk-precision-webwinkel/bk-webwinkel. Functionally it does exactly what I want. However the fields to fill in name and password appear slightly below the labels and overlap. Please can you tell me how to solve this? It spoils a great plugin
6 years 7 months ago #1
by Paul Vos
Please Log in or Create an account to join the conversation.
- Posted by Paul Vos (5) Offline
I have tweaked the POPlogon.CSS a bit and it's much better now, maybe estectically not 100% but usable
6 years 7 months ago #2
by Paul Vos
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5261) Offline
Hi paulvos sorry for the delay in responding. It looks like you are no longer using the module. Please let me know if you have more questions going forward.
6 years 7 months ago #3
by TemplatePlazza
Please Log in or Create an account to join the conversation.
- Posted by Paul Vos (5) Offline
Oh yes I still use the module, placing it in articles using Module Anywhere. Please look at: elquip.nl/bk-precision-webwinkel/bk-webwinkel at the top of the page and elquip.nl/werktafels/flexiline at the bottom of the page. I have tweeked the poplogon.css a bit to get the fill-in fields horizontally next to the labels, but als I have little knowledge of css, the esig could do with some work. The fields should be closer to the labels and graphically it's not as good as it was. Maybe you will take a look at that
6 years 7 months ago #4
by Paul Vos
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5261) Offline
Ah I see. Please try to add this css code
6 years 7 months ago #5
by TemplatePlazza
.tpsignin {
height:50px!important;
}
Please Log in or Create an account to join the conversation.
- Posted by Paul Vos (5) Offline
Thank you for helping me.
Adding the code has cleaned up the graphical layout. Thank you for that code. Is it possible to give me a hint how to get the fill in field closer to the label by making them longer? I have already changed float to right in ".tppoplogin input.inputbox {"
6 years 7 months ago #6
by Paul Vos
Adding the code has cleaned up the graphical layout. Thank you for that code. Is it possible to give me a hint how to get the fill in field closer to the label by making them longer? I have already changed float to right in ".tppoplogin input.inputbox {"
Please Log in or Create an account to join the conversation.