Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #99617
    ryan
    Participant

    We are seeing a problem where our Logo Icon is displayed on the next line rather than on the same line as the hamburger menu on iPhone 6 (vertical) or smaller devices.

    http://www.crossfitmonrovia.com

    iPhone 6 Logo Icon issue

    #99659
    Mahesh
    Keymaster

    @contactcrossfitmonrovia-com: Thank you for using Catch Adaptive Pro. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    media screen and (max-width: 340px) {
        #logo-icon {
        	width: 50%;
        }
    }

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Logo Icon issue IPhone 6 and smaller breaks’ is closed to new replies.