Yoga Template - Login Button Position - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Yoga Template - Login Button Position

M

martin

Template 2 years ago

Hi there,

If myuser clicks on Forgot Password, they see this https://prnt.sc/RDgiQAgeOX9o

The Login button drops below the main menu. It only happens when they go into the Forget Password and Reset Password area. And there's no "Submit" button either. Users need to enter for the form to take effect. Can you please help on this? Thank you.

0
5 Answers
M
martin
Accepted Answer
2 years ago #135960

Hi Ofi,

I've managed to solve it by myself. Had to add this custom code to the template:

.view-reset #sp-header .sp-yoga-login { margin-top: 30px; }

The .view-reset was not using the same margin.

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #135970

Glad to know that the issue is solved.

0
M
martin
Accepted Answer
2 years ago #135641

Hi, anyone from Joomshaper can help? this is very urgent. TQ

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #135883

Hello martin

I have used this CSS to

Template Options -> Custom Code -> Custom CSS

.sp-yoga-login{
  margin-top: 30px !important;   
}
.validate{
  background: #ff629b !important;
}
.validate:hover{
  background: #fff !important;
  border: 2px solid #ff629b !important;
}

Please check your site now.

Best regards

0
M
martin
Accepted Answer
2 years ago #135958

Hi Ofi,

It has solved the "Forgot Password" login but it has messed up the main site pages - https://prnt.sc/p0iaV1rROwos

Please have a look.

0