NooTheme Premium WordPress Theme › Forums › JobMonster › Mobile device display
Tagged: mobile display
- This topic has 9 replies, 2 voices, and was last updated 6 years ago by
tinhbeng.
-
AuthorPosts
-
6 years ago #1082131
Please see this screenshot and tell me why are some media screen CSS snipped are disable: https://prnt.sc/q8i2cm
Some time display in mobile screen are not supported of css snipped for my website
6 years ago #1082133The media screen CSS still normal works.
As you can see there will be priority:
- With class "col-md" => if media screen > 992px
- With class "col-sm" => 768px < media screen < 992px
6 years ago #1082153i'm not understanding: My question is there is some build in snipped in this theme are not working for mobile display:
1- in mobile screen I want to show two column--> https://prnt.sc/q8ssbc
2- Above 992 px all is right --> http://prnt.sc/q8stcf
Please send me css Snipped for customization this:
6 years ago #1082155Hi,
You can use these lines:
@media(max-width: 767px){.noo-job-category-wrap.style-list .category-item{
width: 50%;
float: left;
}
}
6 years ago #1082177Thanks this snipped is used for Jobs categories but I Want to access job locations
6 years ago #10821856 years ago #1082214Sorry this snipped " @media(max-width: 767px){.noo-job-category-wrap.style-list .category-item{width: 50%; float: left;}}"
is not working in this CSS section -->https://prnt.sc/q9ltsp
Please check yourself: Website
6 years ago #1082220Hi,
I am sure the above code is correct. I have checked on your site, this code does not appear.
Try removing the browser cache and checking again.
If it still doesn't work please send me your account information, I'll help you add it.
Best regards,
tb.
6 years ago #1082233THIS code was not working so I removed it... I have checked in all way after removes history and purge all cache the result was same not working
6 years ago #1082236Hi,
It looks like you are hiding this shortcode on the mobile screen.
I have tried adding the above code via chrome dev tool.
And it works normally.
Please send me wp admin account. I will help you check.
Best regards,
tb.
-
AuthorPosts
You must be logged in and have valid license to reply to this topic.
