Quote:
Originally Posted by Trevor Matthews
I have had a look at sidebar.css and can't see how to make the width bigger.
Does anyone know how to achieve that as my sidebar adverts no longer fit quite right.
I need to set the width as 230 as it was with ESB Gold.
|
AdminCP > Style Manager > Choose Style Variable Editor (for whichever style) and click GO >
Scroll down til you find forum_sidebar_width and change to whatever size you require.
Quote:
Originally Posted by Trevor Matthews
Also I want to remove the collapse buttons as my blocks are adverts.
How would I achieve that?
|
If you are using the default block_html template, go into AdminCP > Style Manager > Edit Templates > block_html
Find and remove
Code:
<a class="collapse" id="collapse_block_html_{vb:raw blockinfo.blockid}" href="{vb:raw relpath}#top"><img alt="" src="{vb:stylevar imgdir_button}/collapse_40b.png" id="collapseimg_html_{vb:raw blockinfo.blockid}"/></a>
If you are using a custom template for your adverts then there should still be code similar to the above; again just delete that code.