Mobile version issues

Home Forums Corporate Key Pro Mobile version issues

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #740
    Anonymous
    Inactive

    Hi,

    The main site works well, but when I look at it in mobile, the main menu is the wrong color and becomes unattached from the top when scrolling. The images also appear to be squished and not retaining the proper ratio. How can I adjust this to be normal?

    Thanks

    #750
    Axle Themes
    Keymaster

    Hello,

    The menu will only gets unattached on admin view, which means the default WordPress admin bar is causing this issue. If you logout and check your site it will be working fine.
    Now about the image issue.
    We recommend you to use image of higher resolutions so that the will maintain proper ratio on mobile view as lower quality image with lower resolutions cannot be maintained well in mobile view.

    Regards.

    #756
    Anonymous
    Inactive

    Sounds good, thanks! How can I change the color of the mobile menu? It is orange and I would like it to be red like the rest of the site. I don’t see where I can change it.

    Thanks!

    http://www.jonathanvanhorn.com

    #758
    Axle Themes
    Keymaster

    Hello,

    Please add the below given CSS to Dashboard -> Appearance -> Customize -> Additional CSS

    @media only screen and (max-width: 1000px){
    #mobile-trigger i {
        background-color: #dd3434;
    }
    }

    Hope it helps.
    Regards.

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