Beiträge von yehoshua

    Hallo,


    ich habe u.e. Componente (FW Gallery Light) mit Firebug temporär zentrieren koennen.

    weiss jemand wo bzw. wie Ich die Position permanent verändern kann (evtl. in custom.css bzw user.css) ?


    <div id="fwgallery">

    <form action="/joomla/index.php/fw-galleries" method="post" name="adminForm" id="adminForm">

    </form>

    <div class="row galleries-list galleries-masonry isotope-masonry" style="position: relative; height: 330px;">

    <div class="col-sm-6 col-md-4 galleries-item isotope-item" style="position: absolute; left: 0px; top: 0px;">

    <div class="galleries-item-image">

    <a href="/joomla/index.php/fw-galleries/gallery/1-fw-gallery-title" class="img-eye-hover">

    <img src="/joomla/index.php/fw-galleries/image/image/1?format=raw&amp;w=370&amp;h=256" alt="FW Gallery Title">

    <figcaption>

    <div>8 Images</div>

    </figcaption>

    </a>

    </div>

    <div class="galleries-item-body">

    <p></p><p style="text-align: center;"><span style="font-family: symbola; font-size: 18pt;">My Description</span></p><p></p>

    </div>

    </div>

    </div>

    </div>


    Vielen Dank