Page 1 of 1

Block only margin

Posted: Fri Nov 02, 2012 2:19 am
by Blockmargin
<div id="seite" class="">

#seite {
color: #515151;
font-family: Georgia,serif;
height: 1px;
left: 0;
margin: 110px auto auto;
padding: 0 160px 0 0;
width: 1000px;
z-index: 10;
}

Hi, i want to block only the """110px""" thing from the margin, so that only ""auto auto"" is left.

How do i do?

Re: Block only margin

Posted: Fri Nov 02, 2012 6:42 am
by lewisje
You need Stylish for that: All that ABP can do is set "display:none!important" for some CSS selector.

Re: Block only margin

Posted: Fri Nov 02, 2012 5:17 pm
by Blockmargin
Works, thanks a lot ! :)