-
AuthorPosts
-
July 4, 2015 at 11:54 am #320983
Greetings,
I am trying to move the position of the mobile menu and came across this thread.
I tried the suggested code, but it appears to be for a different theme.Two Question:
1. Is there a solution for this with the Integrity Stack using the Fixed Top settings?
my url http://silverdalbc.org2. Also, How does one change the logo image source using
@media queries
?July 4, 2015 at 10:49 pm #321144Hello There,
Thanks for writing in!
We were not able to check your site. Please try to change the position of your mobile menu in your customizer, Appearance > Customize > Header > Alignment > Mobile Navbar Button Alignment (px).
Changing your logo image source using @media queries is not possible. It may only be possible with a javascript code which is a custom development. You can use a custom css with a different approach instead. You may try this:
@media (max-width: 979px){ .x-navbar .x-brand.img{ background-image: url(http://placehold.it/120x120); background-position: 50%; background-size: contain; } }
Hope this helps. Please let us know.
July 5, 2015 at 5:30 pm #321671Thank you for the code and direction. After some tweaking of the values, I was able to position the image & menu where required.
Thank you!
July 5, 2015 at 8:10 pm #321733Hey There,
You are most welcome!
We are glad we were able to help you out.If there’s anything else, we can help you with, please let us know.
All the best.
July 5, 2015 at 10:47 pm #321795Will do.
Best Regards.
July 5, 2015 at 10:57 pm #321808😉
-
AuthorPosts