Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • grainesdeweb Friend
    #895932

    Hi,

    I’m using your JA Muzic template and I’m very enjoy to work with it. I need your help for only one thing please.
    Is it possible to make visible the newsticker position on responsible mobile layout please ?
    That’s work with tablet layout but not in mobile layout.

    Thank by advance
    Philippe


    1. responsive_tablet_layout_
    2. responsive_mobile_layout_
    Saguaros Moderator
    #896366

    Hi Philippe,

    Showing that newsticker in mobile view will not look nice so as concept of template, that position is hidden in mobile view.

    In case you want to show it, you will need to customise a bit much in CSS for header in mobile view. To add specific css for mobile view, you can use Media Queries

    For example:

    • Create a new file called custom.css in the directory: ROOT/templates/ja_muzic/css/
    • And add your custom css rule there:
      @media (max-width: 320px) {
      #newsticker-block {
      display: block;
      /*your custom css goes here*/
      }
      }
    grainesdeweb Friend
    #896751

    Thank you Sagaros, that’s work ! 😉

    It’s fine. Thanks again

    Have a nice day
    philippe

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

This topic contains 2 replies, has 2 voices, and was last updated by  grainesdeweb 8 years, 8 months ago.

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