Wordpress widget isn't working correctly -


on link (https://truckingscout.com/test/), under widget "hundreds of job on globe" there list of jobs, every job opening same link (something wrong).

here demo of theme (https://jobify-demos.astoundify.com/classic/) can see how needs work.

the problem in css add following code in active theme style.css , check it.

ul.job_listings > li:hover {     box-shadow: inset 5px 0 0 #7dc246; } ul.job_listings li {     position: relative;     border-bottom: 1px solid #ccc;     margin: 0;     padding: 1em; } 

Comments

Popular posts from this blog

python - Best design pattern for collection of objects -

android - IllegalStateException: Cannot call this method while RecyclerView is computing a layout or scrolling -

go - serving up pdfs using golang -