am i doing this right?
in the override.css - I added these lines.
- Code: Select all
.gkPrice {
position: relative;
top: -58px;
}
.vmGkCartModule .gkContainer {
padding: 10px 0 0 0 !important;
}
this makes a bit more compact (for lower resolution screens)
But i'm stuck here to make it more compact:
How can i force(move) the items price up - aligned with the first line of the item.
This will make the popup require less space thus making it more compact.
Thank you for your help.