Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Drop Down Triggering When It Shouldn’t Re: [Solved] Drop Down Triggering When It Shouldn’t

#74137
grovesk
Member

Did a bit of experimenting.

If I comment out right: 35px and change width to auto (as below) it functions the way it should.

.header .my-account{
top: 7px;
/* right: 35px; */
width: auto;
padding-top: 3px;
}

But as soon as move it back to the left of the search box, it doesn’t. So it has something to do with the right positioning. Any suggestions from here?