Padding and Top Menu

Home Forums Web + Tech Answers Padding and Top Menu

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4319
    Anonymous
    Inactive

    Hi Bryan Sir
    I have an issue of padding-bottom in header images, you can see i have indicated with background yellow color, and my second issue is top nav menu not showing links except home page. Using underscore theme.

    Please assist how to remove padding below image and how to activate link in pages.

    Please follow this link…
    http://themefoundationngo.org/?page_id=15

    Regards
    Parth Ranjan
    New Delhi, India

    #4320
    Bryan Hadaway
    Keymaster

    Looks like you fixed the issue with the menu not appearing on all pages, but for the yellow margin, try:

    .main-navigation {
      background-color: #000000;
      clear: both;
      display: block;
      float: left;
      margin-top: -6px;
      width: 100%;
    }

    I’ve added margin-top: -6px;

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.