By PHILIP HOLMES on Sunday, 22 July 2018
Posted in General Issues
Replies 4
Likes 0
Views 634
Votes 0
I have created a new blog, dated 27 June, with 2 blocks containing 2 columns, both with an image and text.

In the first block for some reason the text is bordered by a grey outline, I cannot see anywhere how to remove this

Looked around the site but cannot seem a similar issue with anyone.

Thanks
Hey Philip,

I am really sorry for the delay of this reply as it is a weekend for us here. Are you referring to the borders shown in the screen shot here, http://take.ms/OTwGZ ?

It looks like your template is enforcing a border on all table columns and this is why you are seeing the border. You can easily fix this by resetting the styles. To do so, add the block of css into your template's css file,

[gist]
body #eb .ebd-block table,
body #eb .ebd-block table td {
border: 0;
}
[/gist]
·
Sunday, 22 July 2018 18:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you for the very prompt response, I was not expecting anything until Monday.

it is the screen shot yes. Would you know why it doesn't do it too the block below, which in the blog is indentical ?
·
Sunday, 22 July 2018 19:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

It seems that, those positions, your template injected this http://take.ms/VuvPZ on the class and forcing it to add border for that block and not other place.

Perhaps, is it possible for you to provide us with the back end and FTP access to your site to check on this issue? Please advice.
·
Monday, 23 July 2018 10:34
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post