Hello @possum127,
Which theme you are using?
@jobayertuser I am using the tutor starter theme
Hello @possum127,
Unfortunately by default in Tutor starter this section is not available in mobile view.
@jobayertuser, So how do I move the hamburger menu automatically to the right?
My site link: My Site
-
This reply was modified 4 years, 2 months ago by
possum127.
@jobayertuser is there any way to make it visible on a mobile device?
Hello @possum127,
Unfortunately, no way cause these themes is designed in this way. I am sorry for that.
@jobayertuser so is there anything that I can do to make the header look good on a mobile device, because this is more of an error from your side and I would love a solution to it because the blank space is making is look weird.
Thanks in advance
Hello @possum127,
Can you show me a screenshot so I can see it and also please send a mail to our support here: support at themeum dot com we will try to figure the problem and send you a possible solution.
Best regards,
This is the image before logging in: Before logging in
This is the image after logging in: After Logging in
Thanks in advance
-
This reply was modified 4 years, 2 months ago by
possum127.
Hello @possum127,
You can apply the code given below to marginalize hamburger menu to the right for mobile but this will push the login button below to the center
@media (max-width: 991px)
.navbar.navbar-right .navbar-toggler {
margin-left: 159px;
}
You can increase or decrease margin-left value to achieve your desired requirement.
@munayam This css code is not working, can you please help me out
Hello @possum127,
You wanted to move hamburger menu to the far right. It worked on my own installation/ See this image for visual reference. You can clear cache to see the changes reflect on the frontend.