Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #10010181
    qtwebhost
    Participant

    When you hover over the main nav items, the colored hover appears. It used to go all the way to the top of the bar above but since i increased the height of the logo and added some padding it doesn’t anymore. How do I make it so that the color goes all the way up?


    #10010187
    Support
    Keymaster

    Hello, you can change the padding and margin to make it look better with that logo size, please try this:

    (css/custom.css)

    @media (min-width: 992px) {
    	#header.colored nav ul.nav-main {
    		margin: -39px 0 -8px;
    	}
    
    	#header.colored nav ul.nav-main li a {
    		padding-bottom: 24px;
    		padding-top: 80px;
    	}
    }

    Please try that and let me know if you need further assistance.

    Kind Regards, Jonas


    #10010194
    qtwebhost
    Participant

    That works, thank you


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

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