Topic-icon Hide remember position

Active Subscriptions:

None
10 years 6 months ago - 10 years 6 months ago #41961 by baby80
Replied by baby80 on topic Hide remember position
Hello Alex,
the horizontal module is gorgeous.
But I'm having a bit of trouble.
I would be very happy and I would like to pay for your time to solve all the problems that I see. So that the module is working correctly on my site.
First of all, I apologize a lot for my bad English.
We list all the problems:
1 - When I open the login popup is open on the left side of the screen (see attached image, named 1).
2 - I'd like to move the exit button on the right side of the menu, user (Reference image, name 2).
3 - When I open the user menu with the menu link smartphones go off the screen, because the opening of sub-menus is right and not in the center.

I hope I explained everything well.
You can have these fixes?
Thank you so much
File Attachment:


Last edit: 10 years 6 months ago by baby80.
The topic has been locked.
Active Subscriptions:

None
10 years 6 months ago #42075 by baby80
Replied by baby80 on topic Hide remember position
I hope I have not offended anyone. :|
I asked to pay for care just because it does not seem right to ask for help for a module always free.
I wanted to know if you could help me? :(
thanks
The topic has been locked.
Support Specialist
10 years 6 months ago #42097 by alzander
Replied by alzander on topic Hide remember position
Sorry for the delay. We weren't ignoring you. We do prioritize support for users of JFBConnect, but we try to help everyone.

Regarding your issues:
1) I'm unsure why this is happening, but it seems like if you add the following to your template's CSS, it will fix the issue:
#login-modal.sourcecoast {
left: 75%;
}
2) Try adding the following to your template:
.sclogin.sourcecoast .sclogout-button {
float: right;
padding-left: 10px;
}
3) Let me know if you still have this issue once the logout button has the switched position.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 6 months ago #42103 by baby80
Replied by baby80 on topic Hide remember position
Thanks Alex, she is really very nice.
Now the popup is opened correctly on your computer on your smartphone, but ends up on the right.
The user menu now I see it on one line, then the link menu, go off the screen.
It seems that the module does not perform well in responsive =(
The topic has been locked.
Support Specialist
10 years 6 months ago #42175 by alzander
Replied by alzander on topic Hide remember position
If you add the following to your CSS, you can move the box over as much as you want:
.sclogin.sourcecoast .dropdown-menu {
left: -140px;
}
I hope that helps!

Alex
The topic has been locked.