My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
HA. Thanks
Okay so I have one more teensy thing to work out here..
The manufacturers links are shifting/re-ordering themselves when you hover over the links. See http://laserdiscvault(dot)com. The manufacturers menu is the one called "Collections". It's driving me crazy to make this behavior stop..
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
So far I have gotten that the li elements on hover are taking all and possibly more of their available half-box width, which is the proximate cause of the jumpiness. There are so many rules that involve li and hover selectors that I haven't found a more precise cause yet. I really need to have a printout so I can cross-reference and highlight rules easier...
If you want to take a look and compare stylesheets, I recently made this manufacturers drop down into 6 columns ---shop by size/type:
https://www.aussiesapphire.com.au/
Thanks,
Anne
Yep.. that's what I have figured out thus far too.. I just am not seeing CLEARLY why the manufacturers are misbehaving while the two column products are just fine.. grrrrrrrr...
I will take a look, but since they do not have products let alone multi-column products I am not confident this will fully help... But I will take a looksee.. Very frustrating.. I fix one issue and uncover/create another one..
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
Hmmm ... the Collections item is defined with class dropdown_2columns but then you only have one <div class="col_2a firstcolumn"> defined within that div. I'm pretty sure that the dropdown_2columns is (er) expecting two col_2x class divs within it.
Update: Try defining it with the col_2 class instead of col_2a; that's what's used on the categories ...
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
Changing the col_2a to col_2 fixes some, but not all of the 'jumps'. Somewhere in the stylesheet, there's a margin-right: 35px that's being added to the col_2 li's on hover.
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
Bookmarks