Viewing 2 posts - 16 through 17 (of 17 total)
  • Author
    Posts
  • Adam M Moderator
    #725310

    Hi @suzanna,

    I managed to adjust it a little bit for you, please replace your current file templatesja_university_t3htmlmod_articles_categorytop-col.php with attachment file then open file templatesja_university_t3csscustom.css (create a new one if you don’t have this file), add this code :

    ul.category-module.top-col > li {
    background: #fff;
    box-shadow:0 2px 10px 0 rgba(0,0,0,.25);
    -moz-box-shadow:0 2px 10px 0 rgba(0,0,0,.25);
    -webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.25);
    }
    ul.category-module.top-col .container-wrap {
    position: relative;
    }
    ul.category-module.top-col .img-intro {
    margin: 0;
    min-height: 120px;
    overflow: hidden;
    }
    ul.category-module.top-col .img-intro img {
    max-width: none;
    min-height: 120px;
    margin-left: -22px;
    }
    ul.category-module.top-col .tabs-category {
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    position: absolute;
    background: #f8f8f8
    transition: 0.4s ease;
    }
    ul.category-module.top-col > li:hover .tabs-category {
    opacity: 1;
    }
    ul.category-module.top-col h5 {
    margin: 0;
    padding: 10px 20px;
    display: block;
    text-align: center;
    }

    Adam M Moderator
    #755023

    Hi @suzanna,

    I managed to adjust it a little bit for you, please replace your current file templatesja_university_t3htmlmod_articles_categorytop-col.php with attachment file then open file templatesja_university_t3csscustom.css (create a new one if you don’t have this file), add this code :

    ul.category-module.top-col > li {
    background: #fff;
    box-shadow:0 2px 10px 0 rgba(0,0,0,.25);
    -moz-box-shadow:0 2px 10px 0 rgba(0,0,0,.25);
    -webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.25);
    }
    ul.category-module.top-col .container-wrap {
    position: relative;
    }
    ul.category-module.top-col .img-intro {
    margin: 0;
    min-height: 120px;
    overflow: hidden;
    }
    ul.category-module.top-col .img-intro img {
    max-width: none;
    min-height: 120px;
    margin-left: -22px;
    }
    ul.category-module.top-col .tabs-category {
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    position: absolute;
    background: #f8f8f8
    transition: 0.4s ease;
    }
    ul.category-module.top-col > li:hover .tabs-category {
    opacity: 1;
    }
    ul.category-module.top-col h5 {
    margin: 0;
    padding: 10px 20px;
    display: block;
    text-align: center;
    }

Viewing 2 posts - 16 through 17 (of 17 total)

This topic contains 17 replies, has 3 voices, and was last updated by  Adam M 8 years, 11 months ago.

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