hope its fine to post it here. i have a problem with my sobi2 latest entries module. i have pictures in the sobi2 entries and its size is around 500px so its too big for the module when it shows. i want it to be big in the entries because its more appealing but i dont know how it will automatically change to a small one when its in the module.i hope theres a way that it will fit to the size of the module i think this code is the one i should change and i put it in the buttom of my joomla template.css. am i right?
div.sobi2latest {
border: 1px solid #336600;
width: 105px;
height: 130px;
background-color: #eeeea1;
margin: 6px!important;
}
div.sobi2latest img {
}
div.sobi2latest a {
display:block;
text-align: center;
color: #336600;
font-weight: bold;
}
i tried to change the width and height but nothing changed, i hope someone can help me. by the way thanks for your help
div.sobi2latest {
border: 1px solid #336600;
width: 105px;
height: 130px;
background-color: #eeeea1;
margin: 6px!important;
}
div.sobi2latest img {
}
div.sobi2latest a {
display:block;
text-align: center;
color: #336600;
font-weight: bold;
}
i tried to change the width and height but nothing changed, i hope someone can help me. by the way thanks for your help
Last edited:




