Hi,
How to make menu left below of the article on mobile view ?
@media screen and (max-width: 768px) and (min-width: 320px) {
.view-article, .view-form, .flex-col .row {
display: flex;
flex-direction: column-reverse;
}
}
Hi, Share your site url and do you wanna off-canvas menu like as screenshot? Please let me know. Thanks
@media only screen and (max-width : 320px) {
.flex-col .row {
display: flex;
flex-direction: column-reverse;
}
}
Hi,
Please following the instruction.
1. Add a CSS class inside template layout row settings
https://prnt.sc/hg7bak
2. Add this CSS code inside your custom.css file
@media only screen and (max-width : 320px) {
.flex-col .row {
display: flex;
flex-direction: column-reverse;
}
}
-Thanks
Hi, Please send me the administrator access via pm. Thanks
hi, is there solution for this ?
Hi, Please send me the administrator access via pm. Thanks
hi, is there solution for this ?
Hi, Please send me the administrator access via pm. Thanks