Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • gbanig Friend
    #952123

    I’m hoping you can help with a little css help. I would like banners in the content-mast-bottom position to be displayed horizontally vs vertically.

    I have a series of 5 small square banners that I would like to display side by side, horizontally instead of vertically.

    I changed:

    .t3-content-mast-bottom .banneritem {
    padding: 40px;
    }

    To:

    .t3-content-mast-bottom .banneritem {
    float: left; padding: 40px;
    }

    That lined up the banners horizontally, but it also pushed them down into the footer area.

    pavit Moderator
    #952142

    Hi

    My suggestion is to add a spotlight block just below the content-mast-bottom , so you can easily manage your banners instead to add a css override that may cause problems on mobile layouts

    To add a new spotlight block to your default layout edit this file/templates/ja_moviemax/tpls/default-php and add the spotlight-1 block as showed below

          <?php $this->loadBlock('header') ?>
          <?php $this->loadBlock('slideshow') ?>
          <?php $this->loadBlock('content-mast-top') ?>
          <?php $this->loadBlock('mainbody') ?>
          <?php $this->loadBlock('content-mast-bottom') ?>
          <?php $this->loadBlock('spotlight-1') ?>
          <?php $this->loadBlock('navhelper') ?>
          <?php $this->loadBlock('footer') ?>

    See resulted layout below


    1. Screenshot-at-lug-21-23-09-38
Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 1 reply, has 2 voices, and was last updated by  pavit 8 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum