- Posts: 1184
- Thank you received: 13
Remember me checkbox to the left
1 year 3 months ago #367567
by verzevoul
Remember me checkbox to the left was created by verzevoul
-- HikaShop version -- : 6.0.0
-- Joomla version -- : 5.3.1
-- PHP version -- : 8.3
Hi!
How can i move the remember me checkbox at the login form of checkout page, to the left instead of being on the right?
Thank you!
-- Joomla version -- : 5.3.1
-- PHP version -- : 8.3
Hi!
How can i move the remember me checkbox at the login form of checkout page, to the left instead of being on the right?
Thank you!
Please Log in or Create an account to join the conversation.
1 year 3 months ago #367568
by nicolas
Replied by nicolas on topic Remember me checkbox to the left
Hi,
The issue comes from the fact that you've activated the "Use bootstrap v2 design" setting of HikaShop while your template doesn't use bootstrap v2, and thus, it is missing the CSS to place the checkbox properly.
A simple solution would be to turn off that setting. However, when you do, you might see changes elsewhere if you had already built around the bootstrap v2 design.
A safer approach would be to just add custom CSS to your website to move the checkbox to the left:
#modlgn-remember{ float: left; }
The issue comes from the fact that you've activated the "Use bootstrap v2 design" setting of HikaShop while your template doesn't use bootstrap v2, and thus, it is missing the CSS to place the checkbox properly.
A simple solution would be to turn off that setting. However, when you do, you might see changes elsewhere if you had already built around the bootstrap v2 design.
A safer approach would be to just add custom CSS to your website to move the checkbox to the left:
#modlgn-remember{ float: left; }
The following user(s) said Thank You: verzevoul
Please Log in or Create an account to join the conversation.
Time to create page: 0.207 seconds