.js-module .js-col4 {
margin: 6px !important;
width: 74px !important;
}
teitbite wrote:Hi
Members module looks like a different module entirely used on boths sites. Has a different html, but this can be fixed by adding this code to override.css and enabling override in template settings:
- Code: Select all
.js-module .js-col4 {
margin: 6px !important;
width: 74px !important;
}
For grid module it's missconfigured. Unfortunatelly I cannot tell what is wrong, so will need You to send me an access to joomla panel.
elleclouds wrote:teitbite wrote:Hi
Members module looks like a different module entirely used on boths sites. Has a different html, but this can be fixed by adding this code to override.css and enabling override in template settings:
- Code: Select all
.js-module .js-col4 {
margin: 6px !important;
width: 74px !important;
}
For grid module it's missconfigured. Unfortunatelly I cannot tell what is wrong, so will need You to send me an access to joomla panel.
sent you all login info
#latest-members-container .js-col4 {
margin: 6px !important;
position: relative;
width: 74px !important;
}
#latest-members-container .js-col4 a {
background: none repeat scroll 0 0 #272727;
display: block;
height: 74px;
}
#latest-members-container .js-col4 a:hover:after,
#latest-members-container .js-col4 a:hover:before {
background: none repeat scroll 0 0 #fff;
content: "";
display: block;
position: absolute;
z-index: 2;
}
#latest-members-container .js-col4 a:hover:after {
height: 46px;
left: 37px;
top: 14px;
width: 1px;
}
#latest-members-container .js-col4 a:hover:before {
height: 1px;
left: 14px;
top: 37px;
width: 46px;
}
#latest-members-container .js-col4 a:hover img {
opacity: 0.5;
}
#latest-members-container .js-col4 a img {
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
}