| Server IP : 172.67.201.108 / Your IP : 216.73.216.25 Web Server : Apache/2.4.68 (Amazon Linux) OpenSSL/3.5.5 System : Linux ip-172-31-69-123.ec2.internal 6.1.176-223.369.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 24 13:34:27 UTC 2026 x86_64 User : ec2-user ( 1000) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/home2/etddev/wordpress/wp-content/plugins/etdpass-customization/ |
Upload File : |
/* submit listing page css start*/
.qodef-ls-checkbox-field {
position: relative;
width: 100% !important;
float: left;
margin-bottom: 15px;
}
.qodef-ls-checkbox-field input[type=checkbox] {
position: absolute !important;
top: 1px !important;
max-height: 13px !important;
left: 1px !important;
z-index: 9;
opacity: 0;
}
label.qodef-checkbox-label {
line-height: normal;
margin-left: 14px !important;
}
/* submit listing page css end */
/* filter block css start */
.category-row {
display: grid;
grid-template-columns: auto auto auto;
width: 100%;
column-gap: 10px;
text-align: center;
}
.category-col {
margin-bottom: 10px;
}
.qodef-listing-single-holder article .qodef-ls-contact-info {
margin-bottom: 15px !important;
}
/* filter block css end */
/* Media query */
@media(max-width:767px){
.job-manager-form fieldset div.field {
width: 100%;
}
span.qodef-label-text {
width: 100%;
display: block;
}
.category-row {
display: grid;
grid-template-columns: 50% 50%;
width: 100%;
column-gap: 10px;
text-align: center;
}
.category-col a{
padding: 18px 10px !important;
}
}