Tagged: x
-
AuthorPosts
-
April 11, 2016 at 10:38 am #876632
chflynnParticipantI have the following CSS to make the hamburger have some space above it. I tried adding some CSS for padding on the left of the hamburger with no luck. On portrait mode on an iPad the menu runs into the logo text. I moved it down for now, but i would like it to have padding all around the mobile menu. tomorc . org
x-btn-navbar {
margin-top: -40px;
float: right;
}April 11, 2016 at 3:54 pm #877158
DarshanaModeratorHi there,
You can add this under Custom > CSS in the Customizer.
.x-btn-navbar { margin: 10px; }Hope that helps.
April 11, 2016 at 4:44 pm #877224
chflynnParticipantthanks for the tip, but it’s still not achieving my goal. Perhaps making the logo text responsive is the trick instead of moving the menu? See screenshot, i would prefer the burger to line up with the logo text or it be center directly below in portrait mode on an iPad. or some combo of
.x-btn-navbar {
margin-top: -40px;
float: right;
}.x-btn-navbar {
margin: 10px;
}April 11, 2016 at 4:45 pm #877227
chflynnParticipantsee screen shot
April 11, 2016 at 4:47 pm #877230
chflynnParticipantugh, too large of file. trying again. screenshot.
April 12, 2016 at 3:28 am #877875
LelyModeratorHi There,
Please add this CSS Ipad specific CSS:
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) { .x-brand { margin-top: 15px; font-size: 31px; } }Hope this helps.
April 12, 2016 at 7:56 am #878208
chflynnParticipantthanks, ill try it.
April 12, 2016 at 12:21 pm #878653
Prasant RaiModeratorLet us know how it goes.
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-876632 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
