View Single Post
Old 09-20-2017, 01:43 PM   #9
Turtle91
A Hairy Wizard
Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.
 
Turtle91's Avatar
 
Posts: 3,355
Karma: 20171571
Join Date: Dec 2012
Location: Charleston, SC today
Device: iPhone 15/11/X/6/iPad 1,2,Air & Air Pro/Surface Pro/Kindle PW & Fire
That looks legal to me - and shouldn't be causing a problem. It may be that there is some other CSS with a higher priority that is causing the issue??

I would try cleaning it up a little bit and see if it helps. Replace those 3 classes with:

p.Body-Text {
color:#000000;
font-family:"Trebuchet MS", sans-serif;
font-size:1em;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.2;
margin-bottom:0;
margin-left:0;
margin-right:0;
margin-top:15px;
orphans:1;
page-break-after:auto;
page-break-before:auto;
text-align:left;
text-decoration:none;
text-indent:0;
text-transform:none;
widows:1;

img._idGenObjectAttribute-1 {
height:100.00%;
min-width:100%;

width:100.00%;
}
div._idGenObjectLayout-1 {
margin:4px auto 8px 0;
margin-top:1em;
margin-bottom:1em;
margin-left:0;
margin-right:0;

text-align:left;
}


edit: just changed the top/bottom margin to 1em on the div because I think .5em is too small and it was irritating me! lol

Last edited by Turtle91; 09-20-2017 at 01:47 PM.
Turtle91 is offline   Reply With Quote