Comments 2VictorBaudot started the conversationMarch 18, 2017 at 11:50pmHello,First, I have to say you that this theme with all its options is just AWESOME ! You did a crazy work to offer us such a theme, thank you.I decided to begin with a vertical slider page and only this page for my website.On desk it's perfect but when I look it on my phone, the images don't resize so it doesn't look great...I searched for solutions or options for mobile but I didn't find any solution whereas on your exemples : http://codex-themes.com/thegem/splash-fullscreen-vertical-slider-1/ it's perfectly responsive.Please give me a solution :) 7,092Oliver repliedMarch 20, 2017 at 1:15pmHI! pls. add following css: @media (max-width: 767px) { .scroller-block { background-size: cover; } } Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver1 Like 2VictorBaudot repliedMarch 20, 2017 at 1:39pmMerci Gregor it works !Just one more thing : how can I change position of the elements on mobile and the font-size ? 7,092Oliver repliedMarch 20, 2017 at 1:45pmHI!1. Sorry, can you add some screenshots what you need to change?2. Css example: @media (max-width: 1000px) { body .title-xlarge { font-size: 30px; line-height: 30px; } } @media (max-width: 768px) { body .title-xlarge { font-size: 20px; line-height: 30px; } } Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver Sign in to reply ...
Hello,
First, I have to say you that this theme with all its options is just AWESOME ! You did a crazy work to offer us such a theme, thank you.
I decided to begin with a vertical slider page and only this page for my website.
On desk it's perfect but when I look it on my phone, the images don't resize so it doesn't look great...
I searched for solutions or options for mobile but I didn't find any solution whereas on your exemples : http://codex-themes.com/thegem/splash-fullscreen-vertical-slider-1/ it's perfectly responsive.
Please give me a solution :)
HI!
pls. add following css:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Merci Gregor it works !
Just one more thing : how can I change position of the elements on mobile and the font-size ?
HI!
1. Sorry, can you add some screenshots what you need to change?
2. Css example:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver