Using module styles, I’ve created a new “module style” and it works properly when the style is applied to the module when it’s located in the ‘mainbody’ block. When I apply the module style to the spotlight, spotlight-2, and footer, the styling does not apply. I’m using the custom.css to define the styling. There isn’t much documentation on this, using the template/block layout.
Here is the spotlight code that I believe needs to be modified:
[PHP]
<?php if ($this->checkSpotlight(‘spotlight-2’, ‘position-5, position-6, position-7, position-8’)) : ?>
<!– SPOTLIGHT 2 –>
<section class=”container t3-sl t3-sl-2″>
<?php
$this->spotlight (‘spotlight-2’, ‘position-5, position-6, position-7, position-8’)
?>
</section>
<!– //SPOTLIGHT 2 –>
<?php endif ?>[/PHP]
Any ideas would be appreciated!