• Hello,

    I am having issues with aligning all of the “View Job” buttons to the right side.

    I have tried editing the style.css sheet to adjust the width of the .job-cta, and no changes are made visible. However, they can be seen when I make temporary edits in the “Inspect Element” of the browser.

    Could this be due to a lack of compatibility with the Paintelle theme that is being used?

    Any help would be much appreciated!

    Thank you.

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

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

    (@blueglassinteractive)

    Hi @maxico2018,

    Unfortunetly yes, due to the ammount of different themes and they structures, there easily can happen such issue. They have to be fixed manually throug some CSS adjustmens.

    If you go to Jobs plugin “Settings > Style settings”, at the bottom of that page we integrated the area for input of the custom CSS.

    Additinally, theres possibility to overwrite template of the jobs listings. Template files located in plugin folder at “templates/preview/job-preview.php”, copy it to your theme as “jobs/preview/job-preview.php”, and edit the file HTML structure as required.

    Best wishes.

    Thread Starter maxico2018

    (@maxico2018)

    Hi!
    Thanks for the quick response.
    I tried the following now and it works at least for desktop and smartphone view:

    .job-cta {
    float: right;
    text-align: right;
    }
    .job-content {
    float:left;
    text-align: left;
    }

    But how hard I tried to adjust the code the button always looks squished and narrow in tablet view. Maybe you have a helpful tip to solve this issue?

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Layout of Buttons’ is closed to new replies.