Is there any way of giving the margins while leaving the middle bit for pet description etc white? https://subeta.net/petinfo.php?petid=6008328
I want to get this effect but without removing the sidebar etc. https://subeta.net/petinfo.php?petid=5963831
I used Bug's reset code in this tutorial so I don't know how to put things back. https://bug.bz/tuts/basic-profile.php
try using the same reset code but add this line to your CSS to put the sidebar back:
{display: block!important}
it might need to go before or after the reset code to work. if that doesn't work, you'd need to manually with this code:
, -ban, -ban-main, -lrc, -rrc, , , -right, , , .bookmark, , , .prototip, , .hustler {display: none}
{background-color: transparent!important; height: auto!important}
, {margin: 0!important; border: 0}
*{margin: 0; padding: 0}
-content, .notice {background: none; border: 0}
.container-fluid {margin: 0}