1to3go Posted June 26 Share Posted June 26 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 Link to comment
Solution tuanphan Posted June 27 Solution Share Posted June 27 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment