Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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,
    Lisa

    #858552

    Hey 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 Shannon

    #858562

    Hi 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?

    #858613

    Hi,
    Can you post a screenshot?

    Best regards,
    Jordan Shannon

    #858618
    #858683

    Hi,

    What size screen is the shot from? I can try and adjust further.

    Best regards,
    Jordan Shannon

    #859351

    My monitor is 1920 x 1080

    #859361

    Hi,

    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 Shannon

    #864080

    Hi 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,
    Lisa

    #864081

    Hi,

    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.