kwicks
kwicks copied to clipboard
How can I make the width of 'kwicks-selected' element 100%
Hi @jmar777, Nice plug-in you have here! I was wondering if it is possible to expand the 'kwicks-selected' element to fill the entire window. I've tried
.kwicks > li.kwicks-selected { width: 100% !important; }
but it didn't do the trick. Is it possible to get this effect?
@keyvan-m-sadeghi does the kwicks container element fill the entire window as well?
Hi @jmar777
Yes, it does. The hover functions as I desire, but I'd like to increase the size of each element to full width (%100 on click). It'd be a nice feature to have, I could help adding this functionality if you point me at the code that handles this part.
Cheers, K
To clarify, I would like to have the default (%40 for four elements) for the size of each element on hover and %100 when the item is selected (on click)