cs hong
asked 10 years ago

url : denilshweq21.cafe24.com
theme : spotfinder 
display the full width…. , Help me….

2 Answers
DominicStaff
answered 10 years ago

Hi,
Apologies for the delay in replying to you.
Please tell me detail about this issue, you can send me a screenshot for further checking.

DominicStaff
answered 10 years ago

1. Avada theme:
To resolve this issue, you can find here for the document guide on how to create 2 file: content-start-wrapper.php, content-end-wrapper.php
URL: http://www.designwall.com/guide/dw-question-answer-plugin/#Style_integration
– Please add the following code to the content-start-wrapper.php file.

<?php get_header(); ?>
<div id="main" class="clearfix " style="">
    <div class="avada-row" style="">
        <div id="content" class="faqs" style="float:left;">
            <?php if( is_page() || is_archive() ) { ?>
            <header class="entry-header">
                <h1 class="entry-title"><?php _e( 'Question & Answer', 'dw-focus' ); ?></h1>
            </header>
            <?php } ?>

– Please add the following code to the content-end-wrapper.php file.

      </div>
       <?php get_sidebar('right'); ?>    
    </div>
 </div>

2. Spotfinder theme:
– Please add the following code to the content-start-wrapper.php file.

<div id="content">
<div class="wrapper row">
<div id="main-content" class="sidebar-right large-8 columns">
            <?php if( is_page() || is_archive() ) { ?>
            <header class="entry-header">
                <h1 class="entry-title"><?php _e( 'Question & Answer', 'dw-focus' ); ?></h1>
            </header>
            <?php } ?>

– Please add the following code to the content-end-wrapper.php file.

   </div>
         <div id="sidebar-right" class="large-4 columns">
            <?php get_sidebar('right'); ?>
        </div>
    </div>
</div>

If you still face there issue, Please let me know.
Hope this helps !

cs hong
replied 10 years ago

Thanks……………………:)

Powered by DW Question & Answer Pro