• There’s a vertical line on the page that’s just started to show up on the job listing on my WordPress, Jobify site after update. You can see it on the left on this page.

    I’ve used the page inspector to find the culprit, which seems to be the job_position_featured class.

    <div id="content" class="container" role="main">
    	<article id="post-3027" class="post-3027 job_listing type-job_listing status-publish has-post-thumbnail hentry job_listing_region-leeds job_listing_category-administrator job_listing_type-full-time job-type-full-time job_position_featured"><code></code>
    
    I've tried to address this with the following:
    
    

    .job_position_featured {
    box-shadow: inset 0px 0 0 #5f002b;
    }`

    and:

    ul.job_listings .job_listing:hover, .job_position_featured, li.type-resume:hover {
        box-shadow: inset 0px 0 0 #5f002b;
    }

    but neither alter things at all.

    I know I’m missing some vital path info, but I’m afraid I can’t track down what it may be. Can anybody suggest a solution?

    • This topic was modified 6 years, 6 months ago by QudosInternet.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Unwanted line on WordPress job listing post’ is closed to new replies.