Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Dante
  • #324177
    AlHuda School
    Member
    Post count: 63

    Hi,
    On our website I put an image on my top bar, but this is not showing on mobile device.
    Kindly check it out

    Attachments:
    You must be logged in to view attached files.
    #324201
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    The topbar doesn’t show on purpose on mobile due to the limited space to display the elements that can cause things to don’t look good.

    If you still want to show it add the code below to your custom css option:

    
    @media only screen and (max-width: 767px) {
      #top-bar .tb-left, #top-bar .tb-right {
        display: block!important;
      }
    }

    Hope it helps.

    -Rui

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.