Tagged: x
-
AuthorPosts
-
December 14, 2016 at 8:20 am #1292739
kboslandParticipantHi I want my logo to only display on mobile. On desktop I would like it to display none. This is the css I am trying but it is not working.
@media (max-width : 679px).x-logobar{
display:none;
}On a second note on mobile on want it inline but on desktop centered (stacked and no logo)
thanks,
livefree.staging2.bosland.com is the website
December 14, 2016 at 9:33 am #1292853
ThaiModeratorHi There,
Please find this CSS:
.x-logobar { display: none; }And change to this:
@media (min-width: 980px){ .x-logobar { display: none; } }Hope it helps 🙂
December 15, 2016 at 3:47 am #1293990
kboslandParticipantThank you, what if I want it to be inline for mobile only, but stacked for desktop?
December 15, 2016 at 4:52 am #1294044
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/. Thanks for understanding. Take care!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1292739 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
