Tagged: x
-
AuthorPosts
-
February 22, 2017 at 10:07 pm #1382321
fabipaoliniParticipantHi guys!
I’m having an issue that’s kind of driving me crazy. Whenever I access my website from a mobile device of a smaller screen, the navigation menu moves to a line below forming 2 lines.
Is there any way I can program the logo to be smaller for smaller screens?Here’s my page:
thanks!!February 22, 2017 at 10:56 pm #1382381
Prasant RaiModeratorHello There,
Thanks for writing in!
You can add this under Custom > CSS in the Customizer:
@media only screen and (max-width: 500px) { .x-brand img { width: 230px; } a.x-btn-navbar.collapsed { margin-top: 15px !important; } }Thanks.
February 23, 2017 at 9:32 am #1382997
fabipaoliniParticipantThanks! that worked for mobile, but not for the iPad. Any suggestions?
🙂February 23, 2017 at 11:06 am #1383103
RupokMemberHi there,
You just need to adjust the max-width value of the media query. Let’s try updating the code :
@media only screen and (max-width: 980px) { .x-brand img { width: 230px; } a.x-btn-navbar.collapsed { margin-top: 15px !important; } }Cheers!
February 27, 2017 at 10:10 am #1387431
fabipaoliniParticipantHi! That didn’t work for iPad. I tried variations of the max width too.
Other suggestions?
Thanks!February 27, 2017 at 10:17 am #1387439
JoaoModeratorHi There,
The code should work, Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1382321 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
