Tagged: x
-
AuthorPosts
-
November 13, 2016 at 5:03 am #1255095
mitchghostParticipantHi, I need to place mobile menu on the left. Also decrease gap and change font color… i would like to have a different logo size as well for the mobile version. Thank you very much for the help.
November 13, 2016 at 5:06 am #1255100
ChristopherModeratorThanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
November 14, 2016 at 12:56 am #1255954
mitchghostParticipantHi Christopher the site is http://www.supercarsclubarabia.com, thanks.
November 14, 2016 at 1:04 am #1255958
DarshanaModeratorHi there,
You can add this under Custom > CSS in the Customizer.
@media (max-width:480px){ .x-btn-navbar { float: left !important; } .x-brand.img > img { max-width: 100px; } }Hope that helps.
November 15, 2016 at 2:58 am #1257630
mitchghostParticipantThis reply has been marked as private.November 15, 2016 at 4:02 am #1257687
ChristopherModeratorHi there,
Please update this code :
#top > footer.x-colophon.bottom { position: fixed; width: 100%; bottom: 0; min-height: 30px; height: auto; background-color: #000000; }To :
#top > footer.x-colophon.bottom { width: 100%; bottom: 0; min-height: 30px; height: auto; background-color: #000000; } @media (min-width:979px){ #top > footer.x-colophon.bottom { position: fixed; } } .x-nav-wrap.mobile { background-color: #000; padding: 10px; } .x-navbar .mobile .x-nav li>a { line-height: 0.5; }Hope it helps.
November 15, 2016 at 4:55 am #1257720
mitchghostParticipantThank you very much for the quick replies. I will rely on X now for my future projects.
November 15, 2016 at 5:55 am #1257788
ThaiModeratorYou’re most welcome 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1255095 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
