콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
1058 화면

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.

아바타
취소
베스트 답변

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
463
4
6월 25
755
1
5월 25
1041
2
4월 25
1181
0
4월 25
1004