very large space left with just the container header without header-top

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10045300
    [email protected]
    Participant

    Hello, I have been trying to hide the header-top in the mobile view but I have a very large space left with just the container header, can you help me with that please? The desktop view is fine, only on mobile is the problem… the demo is the header: flat + colored top bar…


    #10045301
    Support
    Keymaster

    Hello, try this css:

    (css/custom.css)

    @media (max-width: 991px) {
    	#header.header-effect-shrink .header-top {
    		display: none;
    	}
    }

    It will look like this:

    If the problem persists, send me your URL.

    Thanks.


Viewing 2 posts - 1 through 2 (of 2 total)

This topic is marked as "RESOLVED" and can not rceive new replies.