Tagged: x
-
AuthorPosts
-
July 21, 2016 at 9:24 am #1097082
Catherine RParticipanthi themeco,
I’ve tried many combinations, but for some reason resizing the logo is not taking.
I really need to to be smaller for tablet and phone.Here is the last CSS I tried:
@media (max-width: 978px) {
.x-navbar img {
width: 150px !important;
left: -15px !important;
top: 12px !important;
}
}I have the logo set at 300px in the Customizer.
any and all suggestions are welcome! thank you.
July 21, 2016 at 9:24 am #1097083
Catherine RParticipantThis reply has been marked as private.July 21, 2016 at 10:11 am #1097149
RahulModeratorHey There!
Thank you for using the theme!
Use this CSS :
@media only screen and (max-width: 400px) { .x-brand img { width: 70%; position: absolute; top: 20px; } }I hope that helps.
July 21, 2016 at 1:17 pm #1097388
Catherine RParticipanthi themeco, I wish I could say that helped, but I don’t see any difference…
pref right before 979 for tablet, including mobile.do you think it has to do with the logobar height?
July 21, 2016 at 1:29 pm #1097405
JoaoModeratorHi There,
Please try adding the following code to Appereance > Customizer > Custom > CSS
@media only screen and (max-width: 979px) { .x-brand img { width: 75px !important; } }Let us know how it goes
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1097082 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
