DohTheme
Well-known member
Hello,
In "PAGE_CONTAINER" template there are two new divs I don't know what is their job:
Is there any content that can be inserted into them or it's okay to remove them?
Best Regards
In "PAGE_CONTAINER" template there are two new divs I don't know what is their job:
HTML:
<xf:if is="$sideNav">
<div class="p-body-sideNavCol"></div>
</xf:if>
<div class="p-body-contentCol"></div>
<xf:if is="$sidebar">
<div class="p-body-sidebarCol"></div>
</xf:if>
Is there any content that can be inserted into them or it's okay to remove them?
Best Regards