• Resolved enism007

    (@enism007)


    Hi,
    Thank you for all your previous support.

    When a registered user previews their job listing, the company image is over the website and other links.

    There is no reason to to display the company image on the preview page.

    Is there a way to remove the image from the preview page?

    You can see the problem here: https://catholicrecruitment.co.uk/company_image.png

    Thanks in advance,
    Enis

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support bindlegirl (a11n)

    (@bindlegirl)

    Hi @enism007 !

    This appears to be an issue with the theme CSS. You could solve the issue by using CSS to remove the image or figure out which CSS property is causing the problem and fix it.

    On WordPress default themes this CSS should help remove the image from the preview page:

    #job_preview .company_logo {
        display: none;
    }

    I’m not sure that will work on your theme but you can use the code as a starting point for solving this problem.

    Thread Starter enism007

    (@enism007)

    @bindlegirl Thank you for taking the time to help me resolve this issue.

    The Theme developers sent me the following code to space the Company name and logo correctly

    /*For the Preview page Logo*/
    .single_job_listing .company img{ postion: unset;
    }
    .single_job_listing .company .name{ margin: 0 0 0 3em;
    }

    I also deleted some code to remove the image from the preview page.

    Thanks again for your assistance.

    Enis

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Company image on preview’ is closed to new replies.