Hi
if you really want to separate the sku and category as you say in your above problem. add below css i guess it solve your problem.
.product_meta span {
display: -webkit-box;
}
regards
Damn that worked like a charm, thank you so much. Do you also know how to move the variation box down under the title. So color variation box is down under color title and so on. is that also that simple a snippet?
i dont get your point its already under the title. kindly explain
oppppss add this one and tell me please if its work for you.
table.variations tr td {
display: inherit;
}
it works perfect they just need a little padding between the two variations and also between the last boks and the price π (it doesnt work to use padding-buttom π also is it possible to make both boxes always being as wide as the widest one?
-
This reply was modified 9 years ago by
Hampmir.
select#pa_color {
margin-bottom: 12px;
}
try this one
Your are really good at this! if its not too much i just have two things for it two be perfect!
Is it possible to make so that the variation boxes always are the same size – the sixe as the biggest one / widest one?
and how to i make 20px of padding between the price and the quantity input box, and make the price 26px font size? :I
How to design this simple thing?
I fixed the padding issue now, now i only need to find out how to make the boxes the same size π sorry i do not have i microphone :/
That would be awesome, im also off work now so i will respond on monday if you type something here. Thank you so much, your help has really save me for so many hours of work and you just figure it out as it was nothing. thats great andreally kind of you!
select#stoerrelse {
width: 100% !important;
}
select#pa_color {
width: 80%;
}
add this snippet in your style.css
Hi motif, hope you had a nice weekend π
The code you send does work, but the boxes doesnt expand anymore when the text exceeds the width as you can see if you chose “grey melange / blue melange”. Is that possible to fix? also the button “Ryd / Clear” should still be right beside the size box if possible π