Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #993724

    Hi,

    The logo looks fine on all screen sizes apart from on the ipad in portrait mode where it gets squashed to what appears to be half the height. Please see the link to the site to see how I mean.

    Thank you for your help!

    #993771

    Hey ProTravelGolf,
    I don’t have a ipad to test with, but I believe this should work,
    Please try this code in the General Styling > Quick CSS field:

    @media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px) 
    and (orientation : portrait) { 
    span.logo,.logo a img {
        height: 180px !important; 
    } 
    }
    

    Best regards,
    Mike

    #994041
    This reply has been marked as private.
    #994105

    Hi,

    Have you tried adding Mike’s code to the very top of quick css so that it runs first?

    Best regards,
    Jordan Shannon

    #994158
    This reply has been marked as private.
    #994267

    HI guys,

    Hold that thought! I´ve checked it again this morning and it´s working like a dream! Obvioulsy just needed some more time to clear the cache!!!

    Thanks again to you both!! Awesome help!!!

    #994411

    Hi ProTravelGolf,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #995367
    This reply has been marked as private.
    #995500

    Hi ProTravelGolf,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 990px) {
      .logo, .logo a, .logo a img {
          width: auto;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #995680
    This reply has been marked as private.
    #995685

    Hi,

    Can you provide a screenshot of this new issue?

    Best regards,
    Jordan Shannon

    #995693
    This reply has been marked as private.
    #995965

    Hi ProTravelGolf,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 990px) {
       #top .logo, #top .logo a, #top .logo a img {
          width: auto;
          max-width: 90px;
          max-height: 90px;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #996043
    This reply has been marked as private.
    #996094

    Hi ProTravelGolf,

    What is the original design for all these sizes?

    Best regards,
    Victoria

    #996103
    This reply has been marked as private.
    #996197
    This reply has been marked as private.
    #996429
    This reply has been marked as private.
    #996458

    Hi ProTravelGolf,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

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