sidebox

How can I hide left-sidebox and right-sidebox on affiliate page?



Thank you :)

[quote name=‘keen_fg’ timestamp=‘1336453311’ post=‘136042’]

How can I hide left-sidebox and right-sidebox on affiliate page?



Thank you :)

[/quote]

You may use hooks to apply custom css code, where you will have something like that code

<br />
.left-column {<br />
display:none;<br />
}<br />