This topic has 12 replies, 3 voices, and was last updated 6 years, 2 months ago ago by Rose Tyler
Hello,
In the desktop version I’ve the logo on the left and the main menu on the right. I like this layout.
In the mobile version I’ve the logo in the center and the hamburger menu on the left.
I would like to have the same position of these elements (logo and menu) both in desktop and mobile version.
Therefore, how I can move (in the mobile version) the logo from the center to the left and the hamburger menu from the left to the right?
Hello,
Try to add this code in Global Custom css:
@media only screen and (max-width: 992px) {
#st-trigger-effects {
left: unset;
right: 0px;
}
.header-logo {
left: 31%;
}
}
Regards
Hello, I tried but nothing happens.
Hello,
Please use this code:
@media only screen and (max-width: 992px) {
#st-trigger-effects {
left: unset !important;
right: 0px;
}
.header-logo {
left: 31% !important;
}
}
Do not forget to clear cache before cheking the result.
Let us know the result.
Regards
Hello, thanks for the help.
In this way it works but:
1. The logo is not perfectly aligned on the left, like the other elements of the page. It is a bit shifted to the center. I tried to change 31% with other numbers but it’s impossible to obtain a perfect alignment in this way in every case of the page width.
2. The logo is too big in this position in the mobile version, it should be a bit smaller.
3. The hamburger menu icon is not perfectly aligned on the right, like the other elements of the page
4. The hamburger menu icon is too smaller in this position, it should be a bit bigger.
5. The hamburger menu icon is now in the position I wanted (on the right), but if I click or touch it, the mobile menu is still opened on the other side of the page, namely on the left instead of on the right
What do I need to change to solve these five issues?
Hello,
Check now.
Regards
Hello,
Now it’s perfect. It’s exactly as I wanted it. Thank you very much for the help!!!
I would like to ask you the last question about this matter.
Now when I click on the hamburger menu (on the right) the menu appears on the right and shift from to right to left to arrive in its position. This is what I wanted and I’m happy.
At the same time, the page becomes transparent and starts to move. It shifts too, from right to left in this case. What I want is: could the page remain steady without any movement?
Namely, I would like that the menu arrives above the pages and covers only the small right part of the page (the other part remains steady and becomes only transparent like now).
Hello, have you seen this last reply?
Hello,
Check now.
Regards
Hello Holga,
Thanks, now it works perfectly.
Regards
Hello,
You’re welcome!
Regards
The issue related to '‘logo and hamburger menu position’' has been successfully resolved, and the topic is now closed for further responses