Tagged: x
-
AuthorPosts
-
August 9, 2016 at 10:42 pm #1124946
growiowapacParticipantHello support! I’m writing from growiowapac.com.
I like the inline look of the fixed header, but the left-align of the head and right-aligned, terribly-spaced mobile button is ew. How can I fix this? I’d appreciate a step in the right direction. I think I’d like to center it all, and add space under the mobile button, but I don’t want it to affect my web layout. Is that possible?
THANK YOU VERY MUCH.
JacyAugust 10, 2016 at 3:29 am #1125202
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> CSS :
@media (max-width:480px){ a.x-brand.text { font-size: 26px; } }Hope that helps.
August 10, 2016 at 3:41 am #1125214
Paul RModeratorHi Jacy,
Yes, it’s possible.
You can add this under Custom > Edit Global CSS in the Customizer.
@media (max-width: 480px) { .x-navbar .masthead-inline .x-btn-navbar { display: block; float: none; text-align: center; padding-bottom:20px; } .x-navbar .x-brand.text { width: 100%; text-align: center; float: none; } }Hope that helps.
August 10, 2016 at 10:19 pm #1126652
growiowapacParticipantThank you for your help! Sorry I didn’t respond sooner!
This solution works — the text did, but the menu button still didn’t center. Any MORE ideas?
August 10, 2016 at 11:27 pm #1126718
growiowapacParticipant(for reference.)
August 11, 2016 at 2:22 am #1126840
Rue NelModeratorHello There,
Thanks for the updates! To center the mobile menu icon, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
@media (max-width: 979px){ .masthead-inline .x-btn-navbar { display: inline-block; float: none; } .masthead-inline .x-navbar-inner { text-align: center; } }We would loved to know if this has work for you. Thank you.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1124946 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
