• Resolved samuelsigner

    (@samuelsigner)


    Hello again,
    when I’m in the customizer on wordpress and activate the mobile-view (the smallest) I have a problem. The Title and under-title are so long that they push down the menu and you can’t access that anymore. Anybody got an idea how I can solve that.
    I’m using this custom-css that may be relevant:

    
    header#masthead.site-header {
    	  position: absolute !important;
      background-color: transparent;
    }
    
    #mainnav-mobi {
    	background-color: #d7e600;
    }
    
    #mainnav-mobi ul li {
    	border-color: #d7e600;
    }
    
    #mainnav-mobi ul > li > a {
    	color: black
    }
    
    .page-wrap {
        padding-top: 10px;
    }
    

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello, try to use the following CSS code.

    You can add CSS code in Customize → Additional CSS section.

    @media (max-width: 400px) {
        .site-title,
        .site-description {
            font-size: 5vw !important;
        }
    }

    Please feel free to ask any other questions that you might have.

    Kind Regards, Roman.

    Thread Starter samuelsigner

    (@samuelsigner)

    Hi Roman,
    thanks for the fast reply – it worked – fantastic!
    Thanks

    Great, you are welcome!

    Kind Regards, Roman.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mobile-Header too large’ is closed to new replies.