Nice theme - thanks!

I started working with it and customizing various elements - however I recently noticed that the sidebar does not seem to collapse if empty - is this something that can be modified?

Comments

adcillc’s picture

ok, i'll try to fix it tomorrow.
thanx for letting me know

adcillc’s picture

Status: Active » Fixed

Done

icametoplay-1’s picture

Thanks for the quick response.

This does not seem to have worked though. Can you identify what code changes you made and where? I modified both the page.tpl and style.css pretty heavily - so I added my changes to your new files and updated everything....but the sidebar still seems to be not collapsing if nothing is present.

Thanks again-

**Edit** Never mind I found it. I missed one line in the style.css file.

Thanks again for the quick action.

adcillc’s picture

Hi,

missionbot.jpg and missiontop.jpg files (in images folder) were updated.

style.css
192 string: #main.fullwidth { width: 852px; float: left; margin: 7px 0 0 0;}  
195 string: #mission { width: 100%; background-image: url('images/missiontop.jpg'); background-repeat: no-repeat; background-color: #f7f7f7; margin: 5px 0 20px 0; float: left;}
196 string: #mission p { width: 100%; margin: 0 0 5px 0; padding: 0; float: left;}
202 string: .mission-in { background-image: url('images/missionbot.jpg'); background-position: left bottom; background-repeat: no-repeat; padding: 15px 15px 15px 80px; float: left;}

page.tpl.php
35 string: <div id="main" <?php if (!$right) { ?> class="fullwidth" <?php } ?>>

i believe that is all.

adcillc’s picture

Status: Fixed » Closed (fixed)