-
AuthorPosts
-
September 29, 2017 at 5:00 pm #858524
Hi,
You helped me with the logo positioning last week and it works great on my large monitor. But the logo is being cut off on the laptop screens. Can you please help again? I have tried playing with the numbers in the code you sent below but I cannot get it to work on both monitors and laptops.@media only screen and (min-width: 1024px) { .avia-image-container-inner{ margin-left:-195px!important; }}
My login credentials, etc. are below. I am supposed to present this today, so I hope you can help pretty quickly!
Thank you,
LisaSeptember 29, 2017 at 5:51 pm #858552Hey LisaLou862,
Try adding the following to quick css in place of the original css you were given:
@media only screen and (max-width: 1800px) and (min-width: 767px) { .avia-image-container-inner{ margin-left: -90px!important; } .avia_image { max-width:80%!important; }}
Best regards,
Jordan ShannonSeptember 29, 2017 at 6:13 pm #858562Hi Jordan,
Thank you. The logo is still too far to the left on my large monitor but works on all other devices. Is that just the way it will be on large monitors?September 29, 2017 at 10:11 pm #858613Hi,
Can you post a screenshot?Best regards,
Jordan ShannonSeptember 29, 2017 at 10:23 pm #858618September 30, 2017 at 7:41 am #858683Hi,
What size screen is the shot from? I can try and adjust further.
Best regards,
Jordan ShannonOctober 2, 2017 at 8:02 pm #859351My monitor is 1920 x 1080
October 2, 2017 at 8:51 pm #859361Hi,
Try the following:
@media only screen and (max-width: 2000px) and (min-width: 767px) { .avia-image-container-inner{ margin-left: -90px!important; } .avia_image { max-width:80%!important; }}
Best regards,
Jordan ShannonOctober 13, 2017 at 6:34 pm #864080Hi Jordan,
That worked. Now can you tell me how to get the tagline image below the logo moved over to the left as well?
Thanks,
LisaOctober 13, 2017 at 6:42 pm #864081Hi,
They share the same class so the same css should apply, the tag line appears to be much longer than the logo however so on smaller screens there will still be over lap unless you reduce the font-size on the tag line.
Best regards,
Jordan Shannon -
AuthorPosts
- You must be logged in to reply to this topic.