1to3go Posted June 26, 2023 Posted June 26, 2023 Hello, I am trying to create a left alignment for the Job Title and Department headers in this code block. The page injection code is: <script src=https://red-falcon-h3mg.squarespace.com/s/curosLoad-f5b2.js type="text/javascript" server=https://curos.ca lang="en" customer="CKPI2207" column_list="JOB_TITLE,BDP_ID.DEPARTMENT" condition="RECORD_STATUS == 'A' AND EXTERNAL_POSTING_DATE <= CURRENT_DATE() AND (POSTING_CLOSED_DATE == '9999-99-99' OR POSTING_CLOSED_DATE > CURRENT_DATE())"> </script> </header> <body onload="loadJobs()"> </body> and current code in the the code block is: <div id="workzoomjob"/> URL of page is: https://www.canadiankraftpaper.com/careershold Thanks! Barry
Solution tuanphan Posted June 27, 2023 Solution Posted June 27, 2023 Add this code into Code Block <style> #workzoomjob th { text-align: left !important; } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment