Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #773361

    Support # – 770430

    Mike, – your fix had worked with regard to tablets and mobile – however not fixed on Safari. The issue has not resolved itself. Checked it out on an IPAD today and the logo covers navigation in portrait view and in horizontal view the navigation goes to two lines with testimonials on second tier. Is there a fix for Safari? THANK YOU IN ADVANCE FOR YOUR SUPPORT.

    This is what you had supplied in terms of code:

    For menu showing on tablet, Try this code in the General Styling > Quick CSS field:
    @media only screen and (max-width: 768px) { .responsive .main_menu ul:first-child > li > a {
    padding: 0 5px 0 5px !important;
    }}

    For logo too large on laptop, Try this code in the General Styling > Quick CSS field:
    @media only screen and (max-width: 1024px) and (min-width: 770px) { .logo img {
    padding: 10% 0 0 0 !important;
    width: 65% !important;
    }}

    #775565

    Hey pamk21,

    providing us support ticket number doesn’t help much, as there are many tickets with this number. Instead provide us a precise link.

    I checked link you’ve provided on iPad screen size, but can’t see any issues. Can you provide us screenshots highlighting what’s ging on please?

    Best regards,
    Andy

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