We're celebrating Europe and we'd like to support our European Union customers by covering the VAT. Discount is valid until May 18th for all new purchases and manual renewals and applies automatically during checkout.
Top menu tabs covered by header image- Mantra Theme
Currently I am trying to get the top menu tabs to not be covered by the header image. For some reason when I updated to a newer version of wordpress or Mantra, the header now covers the tabs at the top.
This topic was modified 11 years ago by Zed. Reason: moved to the proper location
You have a custom CSS declaration: #access { margin: -27px auto 0; }
most likely to position the menu over the header image.
Add position: relative;
to bring the menu on top.