Hi there,
How can I change sidebar width of default template? Currently it is too small to accommodate any text or images.
Thanks.
Hi there,
How can I change sidebar width of default template? Currently it is too small to accommodate any text or images.
Thanks.
Is a solution for your problem available?
I need a larger sidebar too...
Broadscope is based on a grid system and you can change the grid structure. Eg open up page.php and replace:
<div id='template-page' class='content grid9 first'>
with:
<div id='template-page' class='content grid8 first'>
The content area is smaller now (-1 grid unit) and you can add this unit to the sidebar area. Open up sidebar.php and replace:
echo "<div class='sidebar sidebar1 grid3'>";
with
echo "<div class='sidebar sidebar1 grid4'>";You must log in to post.