NooTheme Premium WordPress Theme › Forums › JobMonster › The heading image dose not look well on the mobile version
- This topic has 16 replies, 2 voices, and was last updated 4 years, 3 months ago by sofer770.
-
AuthorPosts
-
4 years, 3 months ago #1205880
Hi
The heading image does not look well on this page (mobile):
https://avoda.avrika.co.il/companies/avrika/ (screen-54)
I want it looks so: https://rabota.avrika.co.il/companies/evrika/ (screen-53)
Thanks
Attachments:
You must be logged in to view attached files.4 years, 3 months ago #1205946That not is error, it because your site use language right to left. You want change it display left to right, please add custom css on your site
@media (max-width:767px){ .noo-page-heading .noo-company-heading .noo-company-info, .noo-page-heading .noo-company-heading .noo-company-info .noo-company-avatar{ float: left !important; } .noo-company-info * { direction: ltr; } }
Best regards.
4 years, 3 months ago #1206054You did not understand me. I don't need company information from left to right!
I need to fix the image resolution like in the second version of the site (Screenshot_53.png).
You can see it on the screens above, it is not the same. The image on Screenshot_54.png does not look good, it is not visible.
4 years, 3 months ago #1206071Dear. to fix your problem, please add custom CSS code on your site
.noo-page-heading .noo-company-heading .noo-company-info .noo-company-info{ margin-left: 0; }
Best regards.
4 years, 3 months ago #1206286unfortunately it didn't help
4 years, 3 months ago #1206344This reply has been marked as private.4 years, 3 months ago #1206418The photo on the left doesn't look the same as on the right. On the left, it is impossible to understand what is shown in the picture.
Attachments:
You must be logged in to view attached files.4 years, 3 months ago #1206474Your mean: problem in space of Company name (see attachment), if right, please clear cache of your browser to check again.
Best regards.
Attachments:
You must be logged in to view attached files.4 years, 3 months ago #1206584No, I mean the only image!!! maybe the resolution of it
4 years, 3 months ago #1206629This reply has been marked as private.4 years, 3 months ago #1206641I think the problem should be related to scale. I just want these highlighted places to be visible - as well as on the first sample. And I not suppose it is a bug of this special page.
Thank you
Attachments:
You must be logged in to view attached files.4 years, 3 months ago #1206684I think problem in image background you use on avoda.avrika.co.il site, please save change avoda.avrika.co.il to use this image as heading background.
Best regards.
4 years, 3 months ago #1206695This is exactly what I did (again), but the picture does not look correct.
4 years, 3 months ago #1206736Please kindly send for me admin account of site avoda.avrika.co.il via private reply. i will check to help you.
Best regards.
4 years, 3 months ago #1206744This reply has been marked as private.4 years, 3 months ago #1206840Dear, i check your site i see:
1. Site: rabota.avrika.co.il/companies/evrika/ use image on heading with full size.2. Site: avoda.avrika.co.il/companies/avrika/ use image with cover size reigster on theme 1400 x 600
Now, to display image with full like like rabota.avrika.co.il/companies/evrika/ please add custom code on file functions.php of your theme
add_filter('get_page_heading_image_size', function(){ return 'full'; });
Best regards.
4 years, 3 months ago #1206858Yes. It works now. Great!
Thank you
-
AuthorPosts
You must be logged in and have valid license to reply to this topic.