Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1292739
    kbosland
    Participant

    Hi 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

    #1292853
    Thai
    Moderator

    Hi There,

    Please find this CSS:

    .x-logobar {
        display: none;
    }

    And change to this:

    @media (min-width: 980px){
    	.x-logobar {
    	    display: none;
    	}
    }

    Hope it helps 🙂

    #1293990
    kbosland
    Participant

    Thank you, what if I want it to be inline for mobile only, but stacked for desktop?

    #1294044
    Christian
    Moderator

    Regretfully 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!

  • <script> jQuery(function($){ $("#no-reply-1292739 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>