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
لقد تم الإبلاغ عن هذا السؤال
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.
هل أعجبك النقاش؟ لا تكن مستمعاً فقط. شاركنا!
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيلالمنشورات ذات الصلة | الردود | أدوات العرض | النشاط | |
---|---|---|---|---|
Carrusel en sitios web
تم الحل
|
|
2
يوليو 25
|
446 | |
How to launch my website
تم الحل
|
|
4
يونيو 25
|
738 | |
|
1
مايو 25
|
1031 | ||
|
2
أبريل 25
|
1173 | ||
|
0
أبريل 25
|
998 |