Tagged: x
-
AuthorPosts
-
June 27, 2016 at 7:07 am #1061351
kprzitaParticipantHi,
the logo is inline with the menu on the desktop version, as soon as I goto tablet on landscape the logo sits on top of the menu.
How can I make the logo reactive and always aligns correctly?
June 27, 2016 at 7:40 am #1061390
kprzitaParticipantor when it goes to landscape on tablet can we change the logo to display another logo such as the circle without the text so it fits?
June 27, 2016 at 7:58 am #1061411
JoaoModeratorHi There,
There is a few things we can do to adjust this.
First of all, is to go to Appereance Customizer Header and adjust your link spacing to a smaller number, font-size, font-space. You can make it smaller until the point
Also we can add the following code to Appereance Customizer Custom CSS to adjust the link spacing below 1250px.
@media screen and (max-width: 1250px) { .x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) { padding-right: 5px; padding-left: 5px; } }Hope that helps,
Joao
June 27, 2016 at 8:32 am #1061471
kprzitaParticipantis it possible to do a logo swap on the smaller screen? none of the changes have fixed it 🙁
June 27, 2016 at 8:48 am #1061505
ChristianModeratorRegretfully this isn’t a feature offered by X. It could be possible with custom development, but this would be outside the scope of support we can offer. You might want to contact our trusted partners who caters X setup and customization needs. Please see https://community.theme.co/custom-development/. X is quite extensible with child themes, so there are plenty of possibilities. Thanks for understanding. Take care!
June 27, 2016 at 8:55 am #1061523
kprzitaParticipantI managed to do it 🙂 it was on one of your other threads..
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
{a.x-brand.img img {
display:none;
}a.x-brand.img {
display:block;
background:url(‘http://thefoothub.com.au/wp-content/uploads/2016/06/TheFootHub-Favicon50x50.png’) top left no-repeat;
width:50px;
height:50px;
}this shows a logo singular on landscape ipad and portrait.
June 27, 2016 at 9:15 am #1061555
ChristianModeratorGlad you’ve found a solution.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1061351 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
