Okay
  Public Ticket #3360552
Shop price wrong place
Closed

Comments

  •  2
    florensmaaijen started the conversation
    2380700370.png

    Currently it shows it on the top right. But i want it to show underneath everything. I also want everything centered. I tried doing it with css but i couldnt figure it out. Could anyone give me the code to make it like i described?

  • [deleted] replied

    Hi florensmaaijen,

    Please write the URL of this exact page first, I can inspect it and I will give you the CSS code to achieve thatsmile.png

    Thanks!

  •  2
    florensmaaijen replied

    https://eskesatelier.nl/shop/

    Mobile view seems like it just puts them under eachother, but when viewing on desktop it just crops up the text and puts the price on the right.

  • [deleted] replied

    Hi florensmaaijen,

    Please add the code below to your Custom CSS area:

    .woocommerce .products .product .item-info .item-info-row {
        display: block;
    }
    @media screen and (min-width: 768px) {
        .woocommerce .products .product .item-info .item-info-row>.price-column {
            padding-left: 0px;
        }
    }

    Have a nice day!

  •  2
    florensmaaijen replied

    Hey thank you.

    I wanted to add it but my wordpress isnt working anymore? 
    Did you change anything or could it be a random update?

    6457234933.png
  • [deleted] replied

    HI florensmaaijen,

    I haven't touched anything on your site. Please contact your hosting provider so they can check where the error is happening or maybe you can check the error logs.

    Thanks!

  •  2
    florensmaaijen replied

    I fixed this, didn't know this ticket was still open. You can close it. Thans for your help.

  • [deleted] replied

    Happy to hear thatsmile.png

    Have a great day!

    I will set this ticket as solved from here.