Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1155129

    I have tried going through the forms and editing the header and can’t seem to get it right on the newest update. I am having the following issues.

    1. On desktop view the logo is nearly touching the top of the upper bar however the height spacing is fine when the bar condenses when scrolling down as you can see on the following urls:

    Issue w/ Desktop
    http://prntscr.com/puflji
    *Spacing fine when scrolling down

    2. The menu text overlaps the logo as you can tell in the following image. I have tried changing the media size and it doesnt seem to work:

    http://prntscr.com/pufmm2

    3. When the transparent header goes from desktop to mobile view the social media icon colors are staying white until a scroll is initiated as you can see in the following image:

    http://prntscr.com/pufmm2

    Any help would be greatly appreciated!

    #1156072

    Hey Michael,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Please try this css for the menu overlapping the logo:

    
    @media only screen and (max-width: 1024px) {
      nav.main_menu, #menu-item-search {
        display: block !important;
      }
      .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special {
        display: block;
      }
    }
    

    Best regards,
    Victoria

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