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.
- jmperu@jmperu

jmperu - 0 likes
- jmperu@jmperu

jmperu - 0 likes
You must log in to post replies.there is a problem of positioning and size on a smartphone how to solve the problem of size and positioning on a smartphone
pour que le menu deroulant passe au dessus de la forme pour la recherche
dans elgg\mod\easytheme2\views\default\search\css.php
mettre z-index a 1 il était à 0
/**********************************
Search plugin
***********************************/
.elgg-page-header .elgg-search {
margin-top: 238px;
margin-bottom: 5px;
margin-right:5px;
height: 23px;
position: absolute;
right: 0;
z-index:1;
}