I am trying to rearrange modules on one of the pages for my website. I am using the default-content-left view. For my desired layout to work I need to add text to the areas that show up as auto message and auto content. On the layout screen in template -> styles I see these areas in red and I can’t change them. Do I need to go into the files and edit the two-sidebar-right.php file in this area:
<div id="t3-content" class="t3-content col-sm-12 col-md-8 col-lg-8">
<?php if($this->hasMessage()) : ?>
<jdoc:include type="message" />
<?php endif ?>
<jdoc:include type="component" />
</div>
<!-- //MAIN CONTENT -->
?