Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Forum Search
Google Site Search
Author « Topic »  

midvalleydrifter001
Ecommerce Template Expert

USA
936 Posts

Posted - 03/06/2019 :  20:42:23  
How do I get my login popup to hide behind the navigation bar?

Click on "Login to Account" at the following page.

https://www (DOT) badmanbullets.com/OnlineStore/cart.php

Patrick
v7.0.3

dbdave
ECT Moderator

USA
10468 Posts

Posted - 03/06/2019 :  21:21:10  
in the css file ddmenu.css there is a very high z-index set on the menu that forces it to be in front of everything.

#ddmenu ul {
margin: 0 auto;
padding: 0;
padding-top: 0px;
text-align: center;
width: 100%;
font-size: 0;
background: #333333;
display: inline-block;
list-style: none;
position: relative;
z-index: 999999990;
border-radius: 2px;
padding-top: 2px;
}

Reduce that number down to z-index: 9999; and like magic your login popup will be on top of the menu.
https://www.w3schools.com/cssref/pr_pos_z-index.asp

midvalleydrifter001
Ecommerce Template Expert

USA
936 Posts

Posted - 03/06/2019 :  21:26:00  
Thanks so much Dave. That did it.

Patrick
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.02 seconds. Snitz Forums 2000