autogenerated <div class="container">

Hi,

I have


<?php echo $content; ?>

in main.php and it generates a content on my site. The problem is that it also puts the content in


<div class="container"> </div> 

Is it possible to remove class="container" or even whole <div class="container"> and put the contents as it is?

Best regards,

Marcin

check the column1.php or column2.php depending which you are using as a layout

now it works:) thank you :)