Tagged: x
-
AuthorPosts
-
July 15, 2016 at 12:48 am #1088080
jsjmccrackenParticipantHello,
on http://www.tablerockkennels.com/ when I shrink down to mobile view the topbar text goes into the navbar. How can I get spacing between the topbar text and the navbar when in mobile view?
Thank you,
Jacob McCracken
July 15, 2016 at 5:43 am #1088312
FriechModeratorHi Jacob,
Thanks for writing in! You can add this under Custom > CSS in the Customizer.
@media (max-width: 767px) { .x-topbar .p-info { margin-bottom: 0; padding-bottom: 0; } }Hope it helps, Cheers!
July 15, 2016 at 10:04 am #1088596
jsjmccrackenParticipantThank you! Now the three toggle bars are going into the logo on the navbar when in mobile view. It is not responding like it should. How would you move that down and make it smaller?
July 15, 2016 at 5:19 pm #1089118
JadeModeratorHi there,
Please add this code:
@media (max-width: 480px) { .x-btn-navbar, .x-btn-navbar.collapsed { margin: 0 auto; float: none; font-size: 20px; width: 45px; display: block; clear: both; } .x-navbar-inner { text-align: center } }Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1088080 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
