Okay
  Public Ticket #475843
Home Tabs Section Not Showing on Mobile Devices
Closed

Comments

  • Karlyle started the conversation

    Hi,


    There seems to be a problem with the Home Tabs feature in the theme. We checked this on the original theme website (MightyMag) and it has the same problem. The Home Tabs completely disappear when the site is viewed on mobile devices. And this is seriously affecting our client site as it is an important feature there.


    I've attached screenshots of this on both websites. Can you please guide us on how to fix it? Urgent assistance would be appreciated.

    Thanks,

  •  93
    djwd replied

    HI there,

    This is not an issue but it\'s the way it supposed to be, the fact that the live demo has the same behavior should be a proof of that :)
    The home tabs are considered extra (redundant) content, they\'re not considered necessary on smaller screens, not considering they would push down too far the real content. Moreover, the script using them is not very mobile friendly, hence the decision was to remove them from the mobile view.

    Regards
    djwd

    Regards
    djwd

  • Karlyle replied

    Hi,

    Thanks for the reply. But is there a way to add them in anyways. If we wanted it there.

    Please let us know.

    Thanks,

    U1R

  • Karlyle replied

    The reason being we have pulled up posts from a current and important category for the client onto the home page under that section. And a lot of the target audience would be viewing this website on mobile devices. Hence the loss of that content is a real pity for the impact of the website.

    We\'d really appreciate your assistance in getting this resolved.

    Thanks,

    U1R

  •  93
    djwd replied

    Hi there,

    To override the CSS rule that removes the HomeTabs on smaller screens, this piece of code should work (to paste in the Custom CSS textarea, Advanced Tab):

    @media (max-width: 767px) {#hometabs-wrap {display: block!important;}}

    Although since this was not supposed to show up originally as per my previous explanation, this customization would most likely need some additional fine tuning and testing.

    Regards
    djwd

    Regards
    djwd