Tagged: x
-
AuthorPosts
-
January 26, 2017 at 4:40 pm #1346914
Papabear1609ParticipantHello,
I would like to centre my logo and menu on mobile device please as well as moving them both down and centred within the space on mobile devices only.
Can you please help me achieve this.
URL is http://www.ftmv.org
Thanks
January 26, 2017 at 9:52 pm #1347244
FriechModeratorHi There,
Thanks for writing in! You can add this under Custom > CSS in the Customizer.
@media (max-width: 979px) { .x-navbar {text-align: center;} .x-navbar .x-brand { float: none; margin: 3px auto 0; } .masthead-inline .x-btn-navbar { float: none; } }If you feel that the logo is kind of leaning to left, that is because the logo image itself has a space on the right.
Cheers!
January 28, 2017 at 6:57 am #1348794
Papabear1609ParticipantHi,
Thank you for your help however i dont want to move the menu below my logo, I would just like to move the logo with the menu a few spaces down as it currently looks like its too high up, almost as if i would like to put 2 return spaces in.
Thank you
January 28, 2017 at 7:05 am #1348798
ThaiModeratorHi There,
Please try with this CSS instead:
@media (max-width: 979px) { .x-navbar .x-brand { float: none; margin: 15px auto 0; } .masthead-inline .x-btn-navbar { margin-top: -60px; } }Hope it helps 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1346914 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
