I have been asking for support also with an email, but I’m not getting a reply. Would you at least tell me if I’m on the right track?
I was hoping this new update helped me solve the single-job page issue. It improved a little, the layout is better and the footer is pulled. However, the header still it isn’t.
1) I have added the code to assets>fron>css: .job-single {margin: 0 auto;width: 1170px;}
(it was empty)
2) in templates>jop-single.php I have tried to include the content in a container
<div class="container">
<div itemscope itemtype="https://schema.org/JobPosting" id="job-<?php the_ID(); ?>" <?php post_class('job-single entry-content'); ?>>
<?php do_action('job_bm_action_single_job_main'); ?>
<div class="clear"></div>
</div>
</div>
I also noticed that there’s a ?>
missing at the end, but adding it has no effect.
I’m no PHP developer, can you help me out? It’s a very small template and I don’t understan why it doesn’t pull header and container as all other pages do