Tagged: x
-
AuthorPosts
-
June 30, 2016 at 8:00 pm #1067639
truaxbrandingcoParticipantHey there!
Theme is amazing btw! I wanted to center the logo on mobile.
URL is: http://50.87.248.168/~inertiat/
Please help. Thank you!
best,
Nate
June 30, 2016 at 11:52 pm #1067945
FriechModeratorHi Nate,
Thanks for writing in! You can add this under Custom > CSS in the Customizer.
@media (max-width: 979px) { .x-navbar .x-brand { margin-left: auto; margin-right: auto; float: none; } }Hope it helps, Cheers!
July 1, 2016 at 12:03 am #1067955
RadModeratorHi Nate,
Thanks for posting.
Please switch to stacked navigation at Admin > Appearance > Customizer > Header > Navbar
Cheers!
July 6, 2016 at 7:27 pm #1075523
truaxbrandingcoParticipantHi there
Thanks for the response. none of that helped. On mobile the logo is not centered using the CSS. With the stacked option it centers the logo on full screen which I don’t want.
Thank you~
Nate
July 7, 2016 at 12:32 am #1075963
Rue NelModeratorHello Nate,
The given code above should have work to center your logo on mobile screen. Could you please update it and use this code instead:
@media (max-width: 979px) { .x-navbar .x-brand { margin-left: auto; margin-right: auto; float: none; } .masthead-inline .x-btn-navbar { position: absolute; right: 0; top: 0; } }And you should have something like this:

Hope this helps.
July 21, 2016 at 7:00 pm #1097857
truaxbrandingcoParticipantHey guys
On mobile the logo goes up behind the top header. I would like it to be below the text. Can you help with this?
Thank you!
Nate
July 21, 2016 at 11:35 pm #1098194
Rue NelModeratorHello Nate,
The logo goes behind the top header because you have added a code that position it as absolute. Please find this block in your customizer,
.x-topbar { background-color: rgba(255, 255, 255, 0.5); position: absolute; width: 100%; border-bottom: 0; }You need to update the code and use this instead:
.x-topbar { background-color: rgba(255, 255, 255, 0.5); position: absolute; width: 100%; border-bottom: 0; } @media(max-width: 979px){ .x-topbar { position: relative; } .site .x-brand img { padding-top: 5px; margin-bottom: 15px; } }Please let us know if this works out for you.
And by the way, I found out that you have inserted an invalid code as well. Please remove the php code you have added.

You need to place that code in your child theme’s functions.php file if you have one. To know more about child themes, please check it here: https://community.theme.co/kb/how-to-setup-child-themes/
Hope this helps.
July 22, 2016 at 4:26 pm #1099158
truaxbrandingcoParticipantHey there
Thanks for the response. Still didn’t do the trick if you look on mobile.
Any other suggestions?
Best,
Nate
July 22, 2016 at 10:59 pm #1099518
Rue NelModeratorHello Nate,
Thanks for the updates! Regretfully I could not see the given css on the page. Did you already remove it? And upon checking you custom css, it is a bit of a mess. Kindly edit it and organize it a bit. You can make it like this format:
/* Topbar adjustments */ .element { //some styling here } /* Navbar adjustments */ .element { //some styling here } /* Footer adjustments */ .element { //some styling here } /* All @media block should always be at the bottom of all your other css */ @media(max-width: 979px){ .element { //some styling here } }The code above is just an example which would serves as a guide on how you can organize the given css from our staffs.
Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1067639 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
