• Resolved mindylll

    (@mindylll)


    The job category on my page is being cut into two lines. I looked into the code and I see that it is because it’s sitting in a three-column box, but the other two columns are not being used. How can I remove the line break and have it all on one line?

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi @mindylll,

    Thanks for writing to us.

    Please add the following code in the style.css file of your activated theme and hopefully, this will resolve your issue.

    .sjb-page .sjb-detail .list-data .v2 .job-features .sjb-title-value p {
        margin-left: 0px;
    }

    Feel free to reach out for further assistance.

    Regards,

    Thread Starter mindylll

    (@mindylll)

    I added the code, but it did not work. I just wanted to make sure we are talking about the same thing. The following job category is what is splitting into two lines:

    Biology / Regulatory Permitting

    Thread Starter mindylll

    (@mindylll)

    Actually, how can I delete that section entirely?

    Hi @mindylll,

    Please use the following code and check if the issue is fixed.

    .sjb-page .sjb-detail .list-data .v2 .job-features .sjb-title-value p {
        margin-left: 0px !important;
    }

    Furthermore, to remove this section, please uncheck the selected category from the job.

    Feel free to reach out for further assistance.

    Regards,

    Thread Starter mindylll

    (@mindylll)

    Thanks! That worked!

    Hi @mindylll,

    We are glad to know that the issue has been resolved. We are marking this thread as resolved now.

    Feel free to initiate a new thread for further queries.

    Regards,

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Job category breaking into two lines’ is closed to new replies.