Hi Site Support
I have two Issues on my site http://www.ekklisiaonline.gr
the first is how i can remove the counter of all categories
and second is how i can fix the photos size and the article size on the category and also into the article
.itemList .itemImageBlock {
float: right;
}
.itemList .itemBody {
float: none;
}
#gkLogo, #gkLogoSmall {
height: auto;
width: auto;
}
#gkLogo img, #gkLogoSmall img {
max-width: 100%;
}
.itemList .itemImageBlock {
float: right;
margin-right: 15px;
}
#gkLogo, #gkLogoSmall {
height: auto;
width: auto;
}
#gkLogo img, #gkLogoSmall img {
max-width: 100%;
}
.itemList .itemImageBlock {
float: left;
margin: 0 20px 30px 0;
}
.itemList .spshare > div:nth-child(4) {
display: none;
}
.itemList .itemBody {
float: none;
}
.itemImageBlock img:hover {
transform: scale3d(1, 1, 1);
-webkit-transform: scale3d(1, 1, 1);
-moz-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
-o-transform: scale3d(1, 1, 1);
}