Okay
  Public Ticket #256149
NOT Responsive
Closed

Comments

  •  4
    Tess started the conversation

    On mobile browsers, you can NOT see the main navigation menu. That's unacceptable.  I did not set the dimensions of the logo, but it is not resizing and is exceeding the width of a cell phone, and you cannot get to the menu. This is ridiculous. It should be responsive. I've asked other questions, and they went unanswered. I expect better support than this. I'll reflect that in my review on themeforest.net. I never get an answer to my questions here.

  •  8,839
    Tahir replied

    Hey!

    I only see one other ticket created around 21 hours ago which you seem to have resolved yourself.

    Add this into the Custom CSS box located in your Salient Options panel :

    /* Mobile */
    @media only screen and (max-width: 470px) {
        body header#top #logo img {
            height: 15px!important;
            margin-top: 9px !important;
        
        }
    
    
        body header#top #toggle-nav {
            right: 15px;
        }
    }
    
    
    

    Cheers


    ThemeNectar Support Team 

  •  4
    Tess replied

    I actually fixed it by adding this to the css:

    .dark-version { max-width:100%!important ;}

    Sorry, I was just getting rather frustrated with not being able to find any settings or documentation related to this. For the most part, I like the theme a lot. There are just some minor problems that seem to be taking a long time to try and change them. Thank you for your response.