Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #234876
    Kdawg7934
    Participant

    Does anyone know how to Moving the main drop down menu over to the left to be better seen and accessed on mobile device viewing?

    I tired to look in the CSS but couldn’t figure out the right line and coding to use to move it.

    Any help you be greatly appreciated.

    #234891
    Skandha
    Participant

    @kdawg7934: Hello there,
    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

    #234973
    Kdawg7934
    Participant
    #235012
    Skandha
    Participant

    @kdawg7934: Hello there,
    The menu on mobile screen seems to be dropping below the Header due to the following Additional CSS code you have added.

    @media screen and (max-width:1500px){
    	li.menu-item a{font-size:17px !important;
    		text-rendering: optimizeLegibility; 
    	margin-bottom:0px}
    	p.site-title{font-size:18px !important;line-height:18px;}
    	.custom-logo {
        display: block;
        margin: -10px auto;
        max-width: 110px !important;}
    	#primary-menu-wrapper.menu-wrapper{position:absolute;
    top:140px;}
    }
    
    @media screen and (max-width:1300px){
    	li.menu-item a{font-size:15px !important;
    		text-rendering: optimizeLegibility; 
    	margin-bottom:-6px}
    	p.site-title{font-size:19px;line-height:19px;}
    	#primary-menu-wrapper.menu-wrapper{position:absolute;
    top:130px;}
    }

    If you remove the above CSS Code the menu should show up fine in mobile devices.

    Let me know if this helps you out.
    Kind Regards,
    Skandha

    #235076
    Kdawg7934
    Participant

    it worked, the background photo disappears but I can live with that. Thank you so much!!!

    #235121
    Skandha
    Participant

    @kdawg7934: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-vogue/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘drop down menu for mobile viewing’ is closed to new replies.