Tagged: x
-
AuthorPosts
-
March 27, 2017 at 5:36 pm #1422278
Hi there,
I’m trying to center shiftnav bar logo as in attached image. Could you help?
Thanks.
March 27, 2017 at 5:36 pm #1422279This reply has been marked as private.March 28, 2017 at 12:38 am #1422607Hello There,
Thanks for writing in1
Your screenshot is not uploaded due to our file-size limit of 512KB.
Thanks.
March 30, 2017 at 6:17 pm #1425728Re-uploaded. Please check.
March 30, 2017 at 6:18 pm #1425730I need to fit the logo within the toggle bar horizontally and vertically. I think this requires padding and scaling image.
March 31, 2017 at 1:26 am #1425993Hi There,
Thanks for writing in!
Please use the custom CSS code. You can add this under Custom > CSS in the Customizer.
#shiftnav-toggle-main.shiftnav-toggle-main-align-center .shiftnav-main-toggle-content { width: 87%; left: 44px; padding-right: 58px; top: -5px; }
Let us know how it goes.
Thanks 🙂
March 31, 2017 at 7:43 am #1426194Thank you that issue was fixed!
I have another question. I am using ubermenu for my main menu and shiftnav for my mobile menu. I had to add following code for ubermenu to ensure that content was not hidden underneath the menu:
.masthead {
min-height: 105px;
}But now, when switching to shiftnav for mobile, I have big white space under menu. Screenshot attached.
How can I address this?
Thank.
March 31, 2017 at 8:29 am #1426240Hi there,
Please update the code to:
@media (min-width: 980px) { .masthead { min-height: 105px; } }
Hope this helps.
March 31, 2017 at 10:15 am #1426401Okay that worked perfect.
On the previous issue, for ShiftNav, on mobile the logo is centered horizontally and vertically, but in tablet view, it does not center properly and logo goes over the top bar. Please assist, screenshot attached.
March 31, 2017 at 12:13 pm #1426479Hi There,
Thanks for writing in! Would you mind sharing the aspect ratio of the device which has this issue?
Thank you in advance
March 31, 2017 at 12:20 pm #1426480Issue exists for widths from 325 to 958px
March 31, 2017 at 12:32 pm #1426488I was able to resolve by using px fix width vs. percentage. Thanks.
March 31, 2017 at 4:13 pm #1426576We are happy to know that!
Thank you for choosing X.
Cheers!
-
AuthorPosts