0
rolandcasis
Hi Nur,
How do I indent just a little to the right?
http://brevitas.k2kinteractivemedia.ca/job/change-control-consultant-pharmaceuticals-2/
Thanks,
2 Subscribers
Submit Answer
1 Answers
Best Answer
0
Welcome to our forum.
you website still showing the error, can't access to your site.
Warning: Cannot modify header information - headers already sent by (output started at /home2/ktwokint/public_html/brevitas/wp-content/themes/ausart/ausart/header.php:5) in /home2/ktwokint/public_html/brevitas/wp-content/plugins/iq-block-country/libs/blockcountry-checks.php on line 409
If you please send me a screenshot.
Regards
Please add following code to your theme functions.php file to fix full width issue.
add_action('job_bm_action_before_single_job', 'job_bm_action_before_single_job', 10);
add_action('job_bm_action_after_single_job', 'job_bm_action_after_single_job', 10);
function job_bm_action_before_single_job() {
echo '<div class="container">';
}
function job_bm_action_after_single_job() {
echo '</div>';
}
Also please mark the issue, you mentioned on the screenshot.
Regards