Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1227518

    Hi there,

    I updatet Enfold (and WordPress and Woocommerce) and now the display of the unit-price / Grundpreis is not the same, as I fixed it in the previous version.

    It’s a wine-shop and now it is:

    7,80 € / 10,40 € pro Liter – all in the same size, in the same line

    Before it was (and so it should be again):

    7,80 € in – normal size, followed by a line break and then:
    10,40 € pro Liter – in a smaller size

    I know I have to do it in css, but I was not successfull.
    Any help would be highly appreciated.

    Thanks and best regards,
    Joachim

    #1227831

    Hey joachimott,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .price.price-unit.wc-gzd-additional-info,
    #top .price {
      display: inline-block;
      float: left;
    }
    
    #top .price.price-unit.wc-gzd-additional-info {
      margin-top: -10px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1227893

    Hey Victoria,
    thanks so much for your help! That works really fine, exactly what I needed.

    Best regards, Joachim

    #1228032

    Hi Joachim,

    Great, I’m glad that Victoria could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1228037

    Hi Rikard,

    I am happy with the solution. I think you can close the topic.

    Best regards, Joachim

    #1228204

    Hi Joachim,

    Thanks for the update, I’ll go ahead and close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Woocommerce: unit-price / Grundpreis’ is closed to new replies.