New Landing How can we help? Themeforest Theme Support Joyn Top bar menu not visible in mobile

Viewing 15 posts - 1 through 15 (of 23 total)
  • Posted in: Joyn
  • #140511
    cocothink
    Member
    Post count: 23

    Hello,

    I’ve enabled the Top Bar using the Header Layout #1 and set two links there, one to login into the platform that turns into “my account” once the user has logged in and another link to a FAQ. It all works perfectly but this bar disappears if the website is seen on a mobile device. Is there any way to keep it visible? It’s very important for my website because it’s the only place where users can access to this information.

    Thanks!

    #140647
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    You can add this to your custom css:

    .mhs-tablet-land #top-bar {
      display: block !important;
    }

    The problem is the mobile header is above the topbar, as that’s where it is in the code.

    – Kyle

    #141293
    cocothink
    Member
    Post count: 23

    Hi,

    I’ve added the css code to the style.css but somehow it broke the style and gizmo/fontawesome icons are not showing.

    How can I add a custom.css page to avoid breaking the style?

    Thanks!

    #141295
    cocothink
    Member
    Post count: 23

    Hi,

    I just figured it out. I only had to add the custom css to the Custom CSS section in the Theme Options page. It worked perfectly!

    Thank you!

    #141362
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem ๐Ÿ™‚

    #229503
    Nunes
    Member
    Post count: 203

    Hi, for my work in half, icons of social networks are down ๐Ÿ™

    See here: volla.com.br/blog

    Attachments:
    You must be logged in to view attached files.
    #229528
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    @Nunes – Please provide me login detail to check your website.
    Thanks
    Mohammad

    #230370
    Nunes
    Member
    Post count: 203
    This reply has been marked as private.
    #230488
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    @media only screen and (max-width: 1024px) {
    #top-bar .container .tb-right{
    width:150px !important;
    float:right !important;
    }
    
    #top-bar .container .tb-left{
    width:275px !important;
    float:left !important;
    }
    }
    
    

    Thanks
    Mohammad

    #230883
    Nunes
    Member
    Post count: 203

    Hi,

    It works in parts. You look like the menu is broken into two lines. And now after update in the theme, there is a “html {margin-top: 32px” leaving a space above the web.

    #231040
    Nunes
    Member
    Post count: 203

    Have you see??

    #231149
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please attach marked screenshot to indicate the issue.
    Thanks
    Mohammad

    #231163
    Nunes
    Member
    Post count: 203

    Here you can see the up space and de align of the bar in mobile:

    Attachments:
    You must be logged in to view attached files.
    #231167
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try adding this to your custom css:

    html {
      margin-top: 0!important;
    }

    – Kyle

    #231168
    Nunes
    Member
    Post count: 203

    No, it does not work, and the bankruptcy of the menu text line?

Viewing 15 posts - 1 through 15 (of 23 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register