Hi Guys
I have just started development on a new site and the sidebar on single post as well as in the widget area on pages is not displaying content on the desktop version but the content is visible on mobile. Any ideas?
Thanks
Dee
Hey Dee,
Do you mean the “Recent Jobs” section? I’m able to view that section on destkop.
Best regards,
Jordan Shannon
Hi Jordan
If you go into a job you will see that the sidebar is there but you cannot see any content.
Thanks
Dee
Hi,
Okay I see. Add this to quick css:
#top.single-job_listing #main .sidebar{
display:block!important;
}
Best regards,
Jordan Shannon