Tagged: x
-
AuthorPosts
-
May 26, 2016 at 10:17 am #1011237
goalsarecoolParticipantCan you please tell me how to move the mobile menu button to the center of the screen and up just a tad?
Thanks!
BlakeMay 26, 2016 at 11:32 am #1011353
RupokMemberHi there,
Thanks for writing in! You can add this under Custom > CSS in the Customizer.
.masthead-inline .x-btn-navbar { display: block; float: none !important; height: 50px; margin: 90px auto 20px; width: 50px; }Hope this helps.
Cheers!
May 26, 2016 at 11:36 am #1011364
JoaoModeratorHi Blake,
I believe I have a better solution for you. Your nabvbar Icon is following down because your logo is too big to be aligned with it on mobile as it should be , so by adding this code below you will fix this issue.
Please add the following code to your appereance / Customizer / Custom / CSS
@media only screen and (max-device-width: 480px) { .x-brand img { width: 250px; } }You also can adjust the size of your navbar button by going to your Appereance / Customizer / Header and scroll all the way down and you will find the MOBILE BUTTON options for Size and Alignment.
Hope that helps,
Joao
May 26, 2016 at 1:12 pm #1011512
goalsarecoolParticipantThat did not work. Can you please assist?
Also, can I include the following on top of the code to identify what the code is for?
/* Mobile – Menu Button Aligned */
May 26, 2016 at 3:10 pm #1011700
JoaoModeratorHi Blake
I am sorry I didn´t realize Rupok had answered you already when I answered before I did.
His solution might work as well.
Regarding my solution please try this instead:
@media only screen and (max-width: 480px) { .x-brand img { width: 70%; position: absolute; top: 20px; } }Hope that helps,
Joao
May 26, 2016 at 4:14 pm #1011789
goalsarecoolParticipantThat worked… thanks!
Can I include the following above the CSS code so that I can identify what it’s for?
/* Mobile – Menu Button Aligned */
Thanks again!
BlakeMay 26, 2016 at 9:24 pm #1012240
FriechModeratorSure thing, we’re delighted to assist you with this.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1011237 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
