• Resolved moarplugins

    (@moarplugins)


    I’m not sure when this problem began, it was just brought to my attention that the seemingly location icons on this page are sitting on top of the text. I looked around in some settings and other places but can’t figure out why it is there now or how I can move it. Anyone have any ideas I can try? Thank you for your help.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter moarplugins

    (@moarplugins)

    bump

    Plugin Contributor jonryan

    (@jonryan)

    @moarplugins this is theme issue with the CSS overriding the elements. Since you don’t appear to be using the company_logo you can target that class and add a display:none; in your CSS to hide it.

    Thread Starter moarplugins

    (@moarplugins)

    Do you have a suggestion for where I might look to find where this override is happening so that I can correct it? I would assume in my css file in my theme, but I am using some css override via Customizr, but only to a couple specific pages. I don’t think that would be causing this issue. What is it that I should be looking for that might be causing the problem?

    Plugin Contributor Davor

    (@davoraltman)

    Hi there,

    As Jon mentioned, this is either a theme issue or an issue caused by the custom CSS you added. However, you should be able to fix it by adding more custom CSS 🙂 Can you try adding the following to Appearance -> Customize -> Additional CSS:

    ul.job_listings li.job_listing a img.company_logo {
    position: relative;
    margin-right: 2em;
    }

    Let me know if that worked.

    Thanks,
    Davor

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Icon on top of text, not sure how to move it’ is closed to new replies.