Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1236943

    Hi,

    I have a problem using the WP Job Opening plug-in with Enfold. I can use the Theme Template there to display Single Jobs. I would like to do that to stay in the same layout.

    When I use this, the text is unfortunately displayed in the middle and not left-aligned. In addition, the distance to the boxed layout frame is quite large (for example, also in the input form below).

    How can the template be adjusted so that the text is left-aligned and the distance to the border of the layout is not so big? Unfortunately I don’t have much background knowledge in PHP and CSS programming, so it would be extremely helpful if I could have some code and know where to copy it :)

    I would be very happy if you could help me with this. Since you probably have to see for yourself, I set up a temporary admin account for you.

    Best regards
    Sebastian

    #1236948

    I forgot to add some important information:

    An example of how the single jobs look like can be found under the link in the private content as well as a screenshot of the settings of the plugin

    Thanks in advance!
    Sebastian

    #1237738

    Hi InnovationCity,

    Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #1249631

    Hi Victoria,
    please excuse the late feedback. I thought I had solved the problem with other help but there is something else that bothers me.

    The support of the plugin has made settings in functions.php and style.css that the theme layout works in the plugin (I don’t use the setting Theme Template, but Plugin Template, which works fine). This works very well, but it does not show the bullet points in the enumeration list yet. At other places in the theme this is no problem.

    The bullet points should also be placed where the hyphens are currently placed. Can you help me with this? Log in data can be found above, screenshots of the frontend and backend are attached.

    Best regards

    #1249700

    Hi InnovationCity,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    ul {
        list-style: disc outside;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1249714

    Hi, Victoria,

    that did not really solve the problem. I now have the bullet points on the job page, but the points are now also in places where they don’t belong at all, for example at the top of the menu.

    The bigger problem now is that I took the code out of the Quick CSS or custom.css and the bullet points are still there.

    Could you please help again?

    Best regards

    #1250427

    Hi InnovationCity,

    Please try this code instead:

    
    #top .awsm-job-main ul {
         list-style: disc outside;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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