Hi Tomas,
Seems like there is a lots of missing css of the modules
May I know do you make css customization for the module?
Can you apply the css below and see how it goes?
[gist type="php"]
#eb .ezb-grids > .ezb-grid {
float: left;
padding-left: 5px;
padding-right: 5px;
}
#eb.eb-mod * {
line-height: 18px;
}
#eb *, #eb *:before, #eb *:after{
box-sizing: border-box;
}
#eb.mod-easyblogimagewall .ezb-card {
border-radius: 2px;
display: block;
position: relative;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
height: 150px;
color: #fff;
font-weight: bold;
}
#eb.mod-easyblogimagewall .ezb-card:before, #eb.mod-easyblogimagewall .ezb-card:after {
background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0) 40%,rgba(0,0,0,0.75) 100%);
background-image: -moz-linear-gradient(to bottom,rgba(0,0,0,0) 40%,rgba(0,0,0,0.75) 100%);
background-image: linear-gradient(to bottom,rgba(0,0,0,0) 40%,rgba(0,0,0,0.75) 100%);
content: '';
display: block;
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 1;
}
#eb.mod-easyblogimagewall .ezb-card span {
position: absolute;
left: 10px;
right: 10px;
bottom: 10px;
z-index: 2;
}
[/gist]
And seems like you're in the middle of installation/update EasyBlog? because as I access your EasyBlog backend it's goes to installation process.