I am coming back with completion: I actually can use 6 prices and labels but since it is putting them inline, after the 4th price the layout is a mess…
Thank you
hi
if i were you , i’d probably start by using the responsive option in the layout so the menu item title is above everything (especially if its very long)
secondly, what you probably want is this (or similar) in your css
.wppizza-article-tiers>span:nth-child(4n+4){clear:both}
obviously, you could also edit the template(s)….
Hy ollbach,
Thank you for your prompt feedback. I have to admit that I am not quite a technical guy, and don’t know how to edit the template.
Where should I use the proposed CSS line? wppizza/css/wppizza-default.css?
thanx
Hy,
I am comming back after implementing the proposed CSS line. It is working if I am not using the responsive style. However now I have messed up again the lines. see here on the first item: http://comenzi.rapidpizza.ro/our-menu-2/pizza/
I just want to have the item picture on the left and at the right to have the price list in 2 rows.
Can you still help me please 🙂
I will be obliged
first of all, from what i can see, you already have the pricelist in 2 rows.
However, your labels are quite long, so you might want to try something like the below additionally to the css you already have
.wppizza-article-tiers>.wppizza-article-price {width:20%}/*or use an abolute px value*/
.wppizza-article-price-lbl{white-space:default}
Thank you very much for your support.
Regards,
Robert
——considered resolved i guess——