Jump to content

Recommended Posts

Posted

I need some quick assistance with images being put together with no margin between them anywhere. which CSS is overwriting this default/standard of having a space between images??

Posted

There is actually no CSS that provides an image spacing or margins at all. Adding a margin could be detrimental to the overall layout as well as it would affect all images depending on how it was coded. What are you looking to space precisely? Images in posts?

Posted

Having no margin is sort of industry standard in case you do want no space. You can add space in many other ways. But if you want space between images in a post add this to your custom.css:

.ipsType_richText img {
	margin: 8px;
}

 

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...