It seems to be a really weird issue. Can you share your website URL to review the issue?
We have the same problem.
I had to use CSS to make an adjustment.
Here my post yesterday: https://ww.wp.xz.cn/support/topic/urgent-page-style-completely-messy/
Thank you Sebastian, however I tried the same and put the Additional css line from skylerdesign but nothing happens…
Same broken layout
Which browser do you use? Your page looks fine here on Chrome and Firefox.
@tconcepts, try to add this css.
.rpress-price-holder p {
display: none;
}
It seems like there are some p tags that shouldn’t be there.
@sagarseth9 Thank you! This works for me. However there are some other issues:
– the mobile view doesn’t show the first letter of the headliner. The first letter “S” is missing, just the letters “alate” is shown
https://ibb.co/4MNQskP
– the checkout page is messed up
https://ibb.co/yP7Qsr8
@yansu I use it with safari
I used this CSS to fix the checkout page issue:
#rpress_checkout_form_wrap input.rpress-input, #rpress_checkout_form_wrap textarea.rpress-input {
width: 90% !important;
}
@yansu Thank you for the code.
I tried it and the results are as follow, still not correct
https://ibb.co/RS78m2r
Hello,
I am also having the same issue. After latest update layout has changed, messed up.
– Positions of Price, Food Item Header has changed
– Cart window has gone down to the bottom of all food items (in Safari)
– Earlier layout of Food Item selection page was same in Safari and Google Chrome, but since after latest update layout in Safari and Google chrome is different: In google chrome food images are appearing on the left side of Foot Items and description, however in Safer same images are appearing on the Top of the Food Items.
How to have the same layout in both – Safari and Google Chrome?
How to keep the Cart Window (which is appearing on the right side) always on top in Safari?
Sorry guys but this really a pain, whole layout is messed up 🙁 … have to adjust all the CSS settings