By Tomas on Tuesday, 29 August 2017
Posted in General
Replies 4
Likes 0
Views 425
Votes 0
dear sirs, I have had image wall easyblog on my web 4 columns and 2 rows , and from all of the sudden the blog became shrunk with all elements being structured one below another on the left hand side of the web. Please help.
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.
·
Tuesday, 29 August 2017 11:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Please can you describe where exactly the css code should be applied? Which file in which location? thanks
·
Tuesday, 29 August 2017 12:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Tomas,

You can apply the code above in the custom.css file Perhaps the existing custom.css in the .../templates/booking/css/custom.css
·
Tuesday, 29 August 2017 12:45
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post