Aaron Yeagle
asked 10 years ago

So my theme has a particular style of page (called “External Page”) that I used when creating the “content-start-wrapper”.   However, for some reason, the DWQA content is not fitting inside the 740px but staying at the 900px width.  Obviously, I need to tweak the css but I have tried everything I know and it is refusing to cooperate.
I kinda need the pages to have a sidebar because this section of the site is for clients and is not connected to the main menu.  Any ideas?

3 Answers
Guru
answered 10 years ago

HI Aaron,
The issue is being caused by mismatch of the content wrapper which you have been trying for the theme. 
If you look the source code you will see that the title of the page and the sidebars are called first before the DWQA container is called. Try tweaking with the order of wrapper contents.
Regards,

Aaron Yeagle
replied 10 years ago

May be a touch above my skill level. I thought I had followed the instructions here: http://cmspioneer.com/designwall/guide/dw-question-answer-plugin/#Style_integration quite thoroughly.

Aaron Yeagle
replied 10 years ago

So … where in the theme template do I need to change?
/*
Template Name: External Page
*/
get_header();

// Intro
get_template_part(‘article’, ‘menu’);

?>

$blogClass = ‘span12’;

?>

while ( have_posts() ) {
the_post();
get_template_part( ‘page_content’, ‘single’ );
}

} ?>


DominicStaff
answered 10 years ago

Hello Aaron ! 
Please send me your FTP (via private answer) we will help you resolve this issue.
Regards,

Aaron Yeagle
replied 10 years ago

Answered via private.

DominicStaff
answered 10 years ago

Hi Aaron ! 
I have helped you resolve this issue.
Regards,  

Powered by DW Question & Answer Pro