Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Enfold and Sensei #453410

    You just need to update the two wrapper files in the wrapper forlder.

    Update the start wrapper with:

    
    echo avia_title();
    echo '<div class="container_wrap main_color sidebar_right">';
    echo '<div class="container">';
    echo '<main class="template-page content  av-content-small alpha units"  role="main" itemprop="mainContentOfPage" >';
    
    

    And the end wrapper with:

    
    
    echo '</main>';
    get_sidebar();
    echo '</div></div>';
    
    
Viewing 1 post (of 1 total)