Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #915017

    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

    #915020

    Hey Dee,

    Do you mean the “Recent Jobs” section? I’m able to view that section on destkop.

    Best regards,
    Jordan Shannon

    #915090

    Hi Jordan

    If you go into a job you will see that the sidebar is there but you cannot see any content.

    Thanks
    Dee

    #915093

    Hi,

    Okay I see. Add this to quick css:

    #top.single-job_listing #main .sidebar{
    display:block!important;
    }

    Best regards,
    Jordan Shannon

    #915096

    Hi Dee,

    Please go to enfold/css/custom.css in Appearance > Editor and find following custom CSS code around line 143 and remove it :)

    #top.single-job_listing #main .sidebar {
        display: none;
    }

    Best regards,
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.