By ÜberNomad on Friday, 14 August 2015
Posted in General Issues
Replies 3
Likes 0
Views 327
Votes 0
See my images, When I disable site registrations, I still see the div on the login page.

Can you fix this inside the core..
Hey Graeme,

I am sorry that delay of this reply,

I have tried to inspect element on your login page, it only appear the border around the right column, perhaps you can apply following css code in your current template custom css file Joomalfolder/templates/yoo_lykka/styles/tierboskloof/css/custom.css and see how it goes?

body div#fd.es.es-main.view-login .es-login-box {
border: 0px !important;
}
·
Friday, 14 August 2015 12:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex,

Thanks for getting back to me.

Yes the css does remove the border, but the login section is still aligned to the left with an empty space where the registration used to be.

See attached.

Can we not get rid of the empty space, and have the login centered on the page ?

Regards
·
Friday, 14 August 2015 12:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Graeme,

I am sorry for the delay of this reply as it weekends for all of us here.

You can try the following css hack instead and see how it goes
body div#fd.es .w768.es-login-box .col-md-6 {
width: 100%;
padding-left: 25%;
padding-right: 25%;
}

body div#fd.es .es-login-box:before {
display: none;
}
·
Monday, 17 August 2015 10:49
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post