Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
1970 Tampilan

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.

Avatar
Buang
Jawaban Terbai

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.

Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
3
Sep 25
2120
Login Website Diselesaikan
3
Okt 25
149265
1
Sep 25
1247
4
Sep 25
5975
2
Agu 25
1292