Tagged: x
-
AuthorPosts
-
September 2, 2016 at 1:03 pm #1158721
bakParticipantHi there
How can I increase Logo size on mobile and have it vertically centered in the mobile navbar?
I know it has to do with the code below which I need for desktop view. How do I need to update the code?
a.x-brand.img {
width: 20% !important;
}September 2, 2016 at 1:04 pm #1158724
bakParticipantThis reply has been marked as private.September 2, 2016 at 1:56 pm #1158797
JoaoModeratorHi There,
As you have your logo on Slider Revolution,
Please watch this video in order to learn how to use Slider Revolution Responsive Settings.
Thanks
Joao
September 2, 2016 at 2:19 pm #1158832
bakParticipantThis reply has been marked as private.September 2, 2016 at 2:47 pm #1158868
JoaoModeratorHi There,
Thanks for clarifying.
Please add the following code to Appereance > Customizer > Custom > CSS
@media (max-width 480px) { a.x-brand.img { width: 70% !important; margin-top: 5px; } }Hope that helps,
Joao
September 2, 2016 at 3:26 pm #1158905
bakParticipantThis reply has been marked as private.September 2, 2016 at 8:52 pm #1159265
Rue NelModeratorHello There,
Thanks for the updates. To resolve this issue, please use this code instead:
@media (max-width: 979px) { .site .x-brand.img{ float: none !important; margin: 0 auto; min-width: 280px !important; } .site .x-brand img { min-width: 280px !important; margin-top: 20px; margin-bottom: 20px; } body .site .x-btn-navbar{ text-align: center; margin: 0 auto 10px !important; float: none; width: auto; display: inline-block !important; } }Hope this helps.
September 2, 2016 at 9:45 pm #1159305
bakParticipantThis reply has been marked as private.September 2, 2016 at 11:03 pm #1159375
Rue NelModeratorHello There,
Do you want something like this?

Then you will only need this code:
/*** LOGO SIZE MOBILE ***/ @media (max-width: 979px) { a.x-brand.img { width: 70% !important; margin-top: 5px; } }Please let us know how it goes.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1158721 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
