Removing unused space on top of the Albums

I see a good chunk of an empty Real Estate on top of the Albums which I need to get rid of..  Please see attached screenshot..
Thanks.

  • 484
  • More
Replies (1)
    • Hello AJ Fariss !

      It is the issue of a "universal" solution and your corrections may affect the cases with the long title. You may check modules/boonex/reviews/template/unit.html file to look at the CSS classes there (see bold parts in the code below) and correct them via Studio->[Your template name]->Styles->Cusotm Styles area. 

          <div class="bx-base-text-unit-text bx-def-padding bx-def-box-sizing">

              <div class="bx-base-text-unit-title">

                  <h2><a href="__content_url__">__title__ </a></h2>

                   __badges__

              </div>

      Also, you may copy this file and place it to modules\boonex\albums\template\ folder and change the order of components there.

      Login or Join to comment.