Title: can&#039;t find wrapper for css customization
Last modified: August 22, 2016

---

# can't find wrapper for css customization

 *  [989](https://wordpress.org/support/users/989-1/)
 * (@989-1)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/cant-find-wrapper-for-css-customization/)
 * Hi all
    I have some css problem using this plug on my theme…
 * following instructions here
    [http://www.designwall.com/guide/dw-question-answer-plugin/#Style_integration](http://www.designwall.com/guide/dw-question-answer-plugin/#Style_integration)
 * i cannot find my wrapper on the page.php of my theme which is something like 
   this.
    Can someone help please ? Any suggestion about how to compile the content-
   start-wrapper.php
 * my page.php file is:
 * <?php get_header(); ?>
 *  <?php //Display Page Header
    global $wp_query; $postid = $wp_query->post->ID;
   echo page_header( get_post_meta($postid, ‘qns_page_header_image’, true) ); wp_reset_query();?
   >
 *  <!– BEGIN .section –>
    <div class=”section”>
 *  <ul class=”columns-content page-content clearfix”>
 *  <!– BEGIN .col-main –>
    <li class=”<?php echo sidebar_position(‘primary-content’);?
   >”>
 *  <h2 class=”page-title”>
    <?php the_title(); ?> </h2>
 *  <?php load_template( get_template_directory() . ‘/includes/loop.php’ ); ?>
 *  <!– END .col-main –>
 *  <?php get_sidebar(); ?>
 *  <!– END .section –>
    </div>
 * <?php get_footer(); ?>
 * [https://wordpress.org/plugins/dw-question-answer/](https://wordpress.org/plugins/dw-question-answer/)

The topic ‘can't find wrapper for css customization’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/dw-question-answer_fefdf9.svg)
 * [DW Question & Answer](https://wordpress.org/plugins/dw-question-answer/)
 * [Support Threads](https://wordpress.org/support/plugin/dw-question-answer/)
 * [Active Topics](https://wordpress.org/support/plugin/dw-question-answer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/dw-question-answer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/dw-question-answer/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [wrapper](https://wordpress.org/support/topic-tag/wrapper/)

 * 0 replies
 * 1 participant
 * Last reply from: [989](https://wordpress.org/support/users/989-1/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/cant-find-wrapper-for-css-customization/)
 * Status: not resolved