On every other theme my images are fine, when I enable this theme there are black boxes under each image proportionate to its size.. I understand that this is probably because of a certain configuration I have, but I was wondering if you had any idea where to possible look.

Other than that one of best themes I have seen..

Thanks in advance.

Comments

Stathes’s picture

Issue summary: View changes

further explaination

devshi.addweb’s picture

Issue summary: View changes

Please put below code in your custom css file.

.page-node #content-wrap img {
   border: none;
   padding: 0;
}

Thanks!