• Resolved entaris

    (@entaris)


    Hi, I have a big problem with displaying ads. Unfortunately, a temporary solution is to add a white stripe as a distinguishing picture, but this is not a good solution, because when a customer wants to upload an image or logo, I can’t add it, because then it overlaps the menu, as you can see in the attached link.

    Please help me, because I don’t know why this is how I get my ad displayed.

    [ Don’t bump. ]

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author BlueGlass

    (@blueglassinteractive)

    Hi, @entaris

    If I understood the issue right, the problem is that header overlaping the content?

    For solution, go to “Jobs plugin settings > Style settings”, scroll to the down of the page. There you will see a Custom CSS text box, please input this:

    body .job-post{
    padding-top: 170px;
    }

    Save the page. Now look at the job posting on your site, it shoukd not overlap anymore. Also the value of padding-top can be adjusted as you wish.

    Hope this helps, Best wishes.

    Thread Starter entaris

    (@entaris)

    Thank you for the solution. Of course, the code works without any problems, but I have another problem. When you click on the “APLIKUJ” button, the window with the form enters the main menu of the website and I cannot press the cross to exit the window. How can I solve this problem?

    Plugin Author BlueGlass

    (@blueglassinteractive)

    Try adding this css additionally:

    body.single-jobs #main-header{
    z-index: 100;
    }
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Problem with displaying ads’ is closed to new replies.