CSS is not working

Posted in: Newspaper
Post count: 131

CSS is not working.

hi Calin!

CSS is not working

↓↓↓↓↓↓

.single .td-post-content figure img {
border: 1px solid gray;
padding: 15px;
}

http://carloansinfor.com/

Post count: 35449

Hi,

Please try this one
.single .td-post-content img {
border: 1px solid gray;
padding: 15px;
}

Hope this will work properly.

Thank you!

Post count: 131

Featured Image..

Must be excluded~!

Post count: 35449

Hi,

If you do not want to have this css on feature image then please replace the above css with this one:
.single .td-post-content p img {
border: 1px solid gray;
padding: 15px;
}

Hope this is what you need!
Thanks.

Post count: 131

Thank you ^ ^

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.