All new Ubertor websites are styled to have a default 5px padding around all images in the content body.
You can turn this styling off in 3 easy steps:
- Log into the Control Panel of the Ubertor website.
- Click on the Preferences tab, then on the Designer tab to edit the Local CSS.
- Add the following two lines to the top of the text area and save:
{{{
/* Turn off image margins around all images in the content body */
@import url("http://uberplate.ubertor.com/css/undo_image_margin.css");
}}}
Congratulations! You have successfully turned off the default padding.
NOTE : Old Ubertor websites have padding turned off by default. To turn it back on again, follow the directions above, but delete the two lines of CSS from the Local CSS.