MyBB Community Forums

Full Version: One of my posts is brown
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
morning Smile

One of my posts is all brown, but it's only showing like this halfway down the portal page.

http://jedsblog.tk/PotAds/portal.php

Any ideas why ? 

it's not on soft delete or anything, like i say it's fine in the actual thread.



thank you. 



[Image: E02ucma.png]
click mouse on right side (on brown colour)

and inspect element

there is the problem
[Image: b905b5cc6479494a8400a69424c6184f.jpg]

can you find that element? in css or portal.php template ?
#content > div > table > tbody > tr > td:nth-child(3) > table:nth-child(7) > tbody > tr > td > table > tbody > tr:nth-child(1) > td {
    background-color: #A19C69;
}

Look for that.


#content > div > table > tbody > tr > td:nth-child(3) > table:nth-child(7) > tbody > tr > td > table > tbody > tr:nth-child(1) > td {
    background-color: #FFF;
}

Change it to the above.
(2016-09-11, 01:50 PM)ziuma Wrote: [ -> ]click mouse on right side (on brown colour)

and inspect element



can you find that element? in css or portal.php template ?
you got it thank you Smile

it was in my header.