Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
1957 Widoki

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.

Awatar
Odrzuć
Najlepsza odpowiedź

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.

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
3
wrz 25
2105
Login Website Rozwiązane
3
paź 25
149265
1
wrz 25
1202
4
wrz 25
5923
2
sie 25
1275