-
AuthorPosts
-
March 7, 2016 at 9:10 am #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-
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 8, 2016 at 3:06 am #896366Hi 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*/ } }
1 user says Thank You to Saguaros for this useful post
March 8, 2016 at 5:58 pm #896751Thank you Sagaros, that’s work ! 😉
It’s fine. Thanks again
Have a nice day
philippe -
AuthorPosts
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
Jump to forum
-