Hi. I have this problem.
http://download.chip.pl/index/download_index_1214.html
Site have 3 columns. Useful is only left begining with "Download - polecamy". I blocked "Polecamy" and "Reklama", but remains empty space. I figured out that responsible is #box-important selector from css file
http://www.chip.pl/css_rk/index.css
My question is how to block only "width:612px;" of this selector? Or how to resize first column of page in other way?
blocking part of formatting of css class
- Adblock Plus Fan
- Posts: 1255
- Joined: Sat Feb 24, 2007 11:08 am
Re: blocking part of formatting of css class
Install Stylish extension.harvald wrote:Or how to resize first column of page in other way?
Then use this code:
Code: Select all
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("chip.pl") {
#box-important {
width:99% !important
}
}
ABP video download trick / Want to help? Test new builds/report bugs you find.