Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter rbrtbene

    (@rbrtbene)

    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

    Plugin Author ollybach

    (@ollybach)

    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}
    Plugin Author ollybach

    (@ollybach)

    obviously, you could also edit the template(s)….

    Thread Starter rbrtbene

    (@rbrtbene)

    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

    Thread Starter rbrtbene

    (@rbrtbene)

    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: https://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

    Plugin Author ollybach

    (@ollybach)

    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}

    Thread Starter rbrtbene

    (@rbrtbene)

    Thank you very much for your support.

    Regards,
    Robert

    Plugin Author ollybach

    (@ollybach)

    ——considered resolved i guess——

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Price list positioning’ is closed to new replies.