Mobile menu burguer alignment
-
Hi,
when using Phlox navigation menu there are 2 issues with the mobile menu:
There is no way to change the alignment of the burguer icon in the column row, using the elementor panel options… the burguer icon only align to the left, i had to change this with custom CSS:
/* align right */
.aux-burger-box {
display: flex;
justify-content: flex-end;
}/* align center */
.aux-burger-box {
display: flex;
justify-content: center;
}
- The topic ‘Mobile menu burguer alignment’ is closed to new replies.