Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #156718
    vavw
    Participant

    Hi,

    My website http://www.vanwulfen.com is now live. There are two problems I hope can be fixed quickly:

    1. When displaying the site on a phone (both iPhone and Android) my site’s submenu’s are not displayed in the menu;

    2. When shrinking the window size on a computer, eventually the classic menu will revert to the modern one, as intended. However, when doing so the social menu will duck under the normal menu, before the switch is made to the modern menu.

    Thank you for an otherwise great theme!

    Victor

    #156747
    Skandha
    Participant

    @vavw: 1. I checked your site on mobile phones and the sub-menu seems to be displaying well. Please check and let me know if the issue persists.

    2. Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width:1022px) and (max-width:1336px )  {
    	.menu-social-container ul li a {
    		margin:0;
    	}
    	.navigation-classic .main-navigation a {
    		padding:27px 10px !important;
    		font-size:15px;
    	}
    	.menu-social-container {
    		padding-left:0 !important;
    	}	
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Two problems with theme’ is closed to new replies.