By John on Monday, 25 June 2018
Posted in Technical Issues
Likes 0
Views 757
Votes 0
Hi guys, I am in the process of upgrading my site and again building round easyblog. I have used a template from joomshapre which is the default Helix Ultimate.
Following your instructions in the help area I'veported across my blog so those instructions are great. On my previous site we applied some custom CSS because the images were getting a box around them in the blog - see example: http://www.manycaps.com/_helix/mango.html

this is the customer CSS that you gave me to put into the CSS of easyblog, what am I missing?


body #eb .eb-mag-blog-image {
background-size: contain !important;
background-position: center !important;
}
body #eb .eb-mag .eb-mag-grids > div {
flex: 0 50% !important;
}
#eb .eb-mag .eb-mag-body {
text-align: justify !important;
}
body #eb.mod-easyblogshowcase-magazine .eb-gallery-cover__img {
background-size: contain !important;
background-position: center !important;
background-color: #ffffff; !important;
}
#eb .eb-blog-grid-image {
background-size: contain; !important;

}
.sprocket-tabs-panel.active #eb .ebd-block:before, #eb .ebd-block:after {
display: none;!important;
}

/* this css override Easyblog reading progress bar styling */
#region3.xtc-wrapper.anistyle {
-webkit-animation-name: inherit !important;
animation-name: inherit !important;
}

/* The following 2 css selectors temporarily addresses a styling issue with EasyBlog's grid view in mobile */
#eb.is-mobile .eb-blog-grid-showcase-content {
background-color: unset;
position: absolute;
}

#eb.is-mobile .eb-blog-grid .eb-blog-grid-showcase-cover__img {
height: 400px;
}
Hi John,

Correct me if I'm wrong, do you mean you want to remove the border in the image by using custom css yes?
Can you try use the custom css below and see how it goes?
[gist type="php"]
#eb .eb-image-figure a.eb-image-viewport{
border: none;
}
[/gist]
·
Monday, 25 June 2018 12:28
·
0 Likes
·
0 Votes
·
0 Comments
·
hi there, that doesn't appear to have worked, I'm testing in Chrome, Edge & Firefox. See attached image which is coming from http://www.manycaps.com/_helix/blog/the-worst-of-the-lean-wastes-6sigma.html but it's the same issue on all pages.
·
Monday, 25 June 2018 13:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi John,

May I know do you have server cache? as I see the custom css code still not applied http://take.ms/JACkC
·
Monday, 25 June 2018 15:53
·
0 Likes
·
0 Votes
·
0 Comments
·
hi there, I have flushed all the server cache which didn't do anything but I forgot I had cloudflare CND, it changed once I flushed that!
·
Tuesday, 26 June 2018 04:03
·
0 Likes
·
0 Votes
·
0 Comments
·
I see, Glad to hear your issue has resolved.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding and have a nice day ahead
·
Tuesday, 26 June 2018 10:07
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post