Hello, I've built a website page using the Odoo Website app. However, the content order displayed on mobile phone view is reversed compared to the PC view. (see below screen shots) How can I make sure the content appears in the same order in the mobile view than the PC view? Thank you.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- Project
- MRP
此問題已被標幟
1
回覆
960
瀏覽次數
Hii,
Enable Developer Mode in Odoo.
Go to your website page → Click Edit → Select the block showing reversed order.
Click the HTML/CSS icon (</>) or go to Customize → HTML/CSS/JS Editor.
Add This CSS to Fix the Mobile Order
@media (max-width: 768px) {
.your-custom-class-or-section {
flex-direction: column !important;
}
}
Replace .your-custom-class-or-section with the actual class name of the section or block where the order is reversed.
相關帖文 | 回覆 | 瀏覽次數 | 活動 | |
---|---|---|---|---|
|
2
7月 25
|
401 | ||
|
4
6月 25
|
668 | ||
|
1
5月 25
|
995 | ||
|
2
4月 25
|
1131 | ||
|
0
4月 25
|
964 |