-
AuthorPosts
-
Adam M Moderator
Adam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
November 20, 2015 at 9:48 am #725310Hi @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;
}1 user says Thank You to Adam M for this useful post
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
November 20, 2015 at 9:48 am #755023Hi @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;
}1 user says Thank You to Adam M for this useful post
-
AuthorPosts
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