- This topic has 3 replies, 2 voices, and was last updated 3 years, 4 months ago by Skandha.
-
AuthorPosts
-
June 30, 2021 at 5:59 pm #285531mzhdParticipant
Hallo,
I want to change the position of mobile menu for all devices to right side. Is this possible with some css?
I tried some code like
.mobile-menu .mobile-menu-anchor .mobile-menu-text { float: right; }
and
#mobile-header-menu { float: right; }
but didn’t worked for me.
I believe someone knows how to đ Thanks in advance!June 30, 2021 at 11:48 pm #285554SkandhaParticipant@mzhd: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.#mobile-header-left-menu { float: right !important; }
Let me know if this works out!
Kind Regards,
SkandhaJuly 1, 2021 at 3:10 am #285570mzhdParticipantHallo Skandha,
thanks a lot!
Yes, this worked for me.Greets
July 1, 2021 at 8:20 am #285589SkandhaParticipant@mzhd: Hello there, I hope I was able to resolve your issue. If itâs not too much trouble, I have a quick request: could you please leave an honest review?
https://wordpress.org/support/theme/catch-responsive/reviews/#new-post
Your review will help others know what to expect when theyâre looking for the support I offer. Even a sentence or two would be hugely
appreciated. Thanks, and if thereâs anything else at all that I can do to help, donât hesitate to let me know. Have a good day! đLet me know if this works out!
Kind Regards,
Skandha -
AuthorPosts
- The topic ‘Mobile menu on right side?’ is closed to new replies.