Hello napy8gen,
Thanks for the css statements and yes it did helped.
Now in the forum albums page I would like to reduce the outer box indicated by red arrow and increase the picture size as indicated by green arrow.
Attachment 130447
For decreasing the outer box, I added these codes in additonal.css :
#latestalbumcontainer li {
height: 300px!important;
width: 300px!important;
}
and for increasing the picture size I added the below code
img.albumthumb {
width: 300px!important;
}
but not getting the desired results.
Any suggestion?
Thanks.