test
Viewing 5 posts - 31 through 35 (of 35 total)
  • Author
    Posts
  • nsca Friend
    #575261

    As you can see in the image below, there are no options to hide those positions.


    1. Snap-2015-06-23-at-15.41.25
    Adam M Moderator
    #575296

    Hi @nsca,

    Please open file /templates/ja_teline_v/css/custom.css then add this code to hide them in tablet / mobile layout :

    @media (max-width: 768px) {
    .t3-topbar {
    display: none;
    }
    }

    Adam M Moderator
    #641626

    Hi @nsca,

    Please open file /templates/ja_teline_v/css/custom.css then add this code to hide them in tablet / mobile layout :

    @media (max-width: 768px) {
    .t3-topbar {
    display: none;
    }
    }

    Adam M Moderator
    #740288

    Hi @nsca,

    Please open file /templates/ja_teline_v/css/custom.css then add this code to hide them in tablet / mobile layout :

    @media (max-width: 768px) {
    .t3-topbar {
    display: none;
    }
    }

    nsca Friend
    #575393

    Thank you Adam. Works perfectly!

Viewing 5 posts - 31 through 35 (of 35 total)

This topic contains 35 replies, has 3 voices, and was last updated by  Adam M 9 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum