Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • fguyon Friend
    #730151

    Modules added with success with your tutorials ! Thanx.
    Now I’d like to have position-5, position-6, position-7, position-8 modules (added in spotlight-2) with fixed and equals heights because each one of them has its own height and it’s not very nice.
    (Got the same problem some time ago with user1, 2,etc.. in the JAT V2 framework)
    Using T3 Framework
    If anyone knows, I’ll save so much time and energy ?!
    Regards

    TomC Moderator
    #745998

    it would be very helpful if you could provide the url of the site you’re working on
    – so we can view/inspect what you’ve got thus far

    fguyon Friend
    #746005

    As I’m migrating an existing and on production website from JAt Framework V2 to T3, I’m doing that with a copy on my local drive.
    Time to load it in a test folder on line and I give you all the needed informations.
    Thanx

    Adam M Moderator
    #746229

    Hi @fguyon,

    Please open /templates/ja_teline_iv_t3/css/custom.css then add this code :


    @media (min-width: 320px) {
    .t3-spotlight-2 .span3 .module-ct {
    min-height: 395px;
    }
    }
    @media (min-width: 768px) {
    .t3-spotlight-2 .span3 .module-ct {
    min-height: 305px;
    }
    }

    fguyon Friend
    #746247

    Works fine !! Thank you

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 3 voices, and was last updated by  fguyon 9 years, 2 months ago.

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