• Hello all!

    I would like to change the height of the Main menu navigation bar. How would I do that? I couldn’t find the padding for this in the css.

    I was also considering removing the curve on the menu and deleting the transparent shadow background as well, but this is all new to me, so any assistance will be greatly appreciated.

    Thanks!
    Dlee

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Dlee!

    If you post a link to your website we can take a look for you and make a suggestion.

    Cheers,

    Luke the Daft Duke

    Theme Author Viva Themes

    (@vivathemes)

    Hi,

    1. You can reduce top margin of #mainmenu in ‘style.css’ file. Also in ‘style.css’ file, reduce bottom margin to 0, here

    .sf-menu {
    	float: left;
    	margin-bottom: 1em;
    }

    2. Also in ‘style.css’ file here

    #inwrapper {
    	width: 98%;
    	float: left;
    	clear: left;
    	background: #fff;
    	margin: 1%;
    	-webkit-border-radius: 9px;
      	-moz-border-radius: 9px;
      	-ms-border-radius: 9px;
      	-o-border-radius: 9px;
      	border-radius: 9px;
    }

    change margin to 0, and remove the lines that define the border radius accross all browsers. That will remove both the (shadow) and curvature.

    Edy

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change Main menu height’ is closed to new replies.