Home page Menu

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #14159
    Carol
    Customer

      Hi,

      My site is http://www.digimarketingstudio.com

      I am trying to add a menu item but the new item drags the header widget down. Seems there isn’t enough room to add a new menu item even though there is sufficient space under the logo…

      Can you tell me how to make the nav-menu div longer? (as at the moment the meunu is held within the header widget which is too short.) But, I would like the nav-menu to be the same length as the div-wrap.

      thanks,

      carol

      #14163
      Eric
      Customer

        If you have too many menu items and the menu gets too long, then it won’t fit with the logo area. The entire header width area is 1140px and if the logo and widget area are too wide then the widget area will fall off to the side.

        You can decrease the logo area to as low as 334px (due to the size of your logo) and that will add a little bit of space for another menu item –

        .title-area {
        font-family: 'Oswald', Helvetica, Arial, sans-serif;
        font-weight: 700;
        float: left;
        padding: 0;
        padding: 0;
        width: 334px;
        }

        Keep in mind, eventually if you add too many links to your menu, the entire menu will not fit on the same line as the logo. They are both div containers.


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        #14209
        Carol
        Customer

          ok, thanks eric

        Viewing 3 posts - 1 through 3 (of 3 total)
        • The topic ‘Home page Menu’ is closed to new replies.