Hello, I installed this theme and it worked good, but the words (Register and Lost password) appear displaced upwards.
How can I to fix that.
Thanks for your time
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- MartinMagi@MartinMagi
MartinMagi - 0 likes
#facebook-header-login .elgg-menu { margin-left: -160px; margin-top: 24px; position: absolute; }
- Luis Armando@lroca
Luis Armando - 0 likes
- MartinMagi@MartinMagi
MartinMagi - 0 likes
- Luis Armando@lroca
Luis Armando - 0 likes
- natchezjohn@natchezjohn
natchezjohn - 0 likes
You must log in to post replies.Hi Luis..
A css tweak should sort it out.. its possible another plugin is altering as I dont really use that theme.
but try this, find
#facebook-header-login .elgg-menu
in views,default,facebook_theme,css.....
and add this
margin-top: 24px;
so it looks like this
the margin-top is controlling the up and down so to speak.. so changing the value will put it where you want, but 24 should be about right (ish)
Hello MartinMagi,
I found the file .css in this path:
C:\wamp\www\elgg\mod\facebook_theme\views\default\facebook_theme\css.php
I put exactly the information you gave me for:
#facebook-header-login .elgg-menu
I just have to add:
margin-top: 24px;
And this is the result....
Thanks a lot :)
Hi Luis
that looks much better:) you will find a lot of issues like that can be sorted out with the css once you figure out where most of it is coming from, a lot of the time its the same file but you can apply the same principle to any other bits that might need aligning etc.. good look with your project!
M
I had forgotten to say that I had to disable the facebook theme an later I reenabled it, this is the way.
Salut,
Luis Armando
Hello Martin?
I wish that when a user clicks "All Groups" it would show all groups instead of just those they belong to,
John