meadow
(meadow)
September 29, 2015, 4:43pm
1
Hello
I have designed my site (took nearly 6 months!), and now I’m trying to design the mobile and tablet views.
I want to change the text in the mobile view.
For example, in the desktop view, it might say “Hello there, welcome to my site” but in the mobile view, I just want it to say “Welcome”.
Is this possible? It seems if I make a change in the mobile view, the desktop view changes too.
Also, is there any video tutorial about how to work with responsive breakpoints and views?
Thank you for your help.
sabanna
(Anna)
September 29, 2015, 7:41pm
2
Hi @meadow .
What you are trying to do is change content, but not style. And unfortunately YES, it will change on all devices.
For get the result that you want, you can create 2 text elements, one for desktop/tablet view, another one for mobile view, and make them visible only on devices that you want, by using this option on the settings panel
About creating responsive site, I think this video could help you https://www.youtube.com/watch?v=APiSNBkyD5Y
Regards,
Anna
2 Likes
meadow
(meadow)
September 29, 2015, 9:22pm
3
Thank you @sabanna !
Your reply was very helpful. I didn’t know that option you kindly highlighted in the screenshot existed.
I will have to do it the way you suggest.
I will also look at that video.
Thanks again.
2 Likes
Revolution
(Revolution)
September 29, 2015, 9:26pm
4
only way to change the content is to develop
1 div for the desktop and a 2nd div for mobile.
Show the 1st div - hide the 2nd div on desktop
Show the 2nd div - hide the 1st div on mobile.
Edit. @sabanna is correct. basically them thing I said… she’s another person with faster than I.
2 Likes
sabanna
(Anna)
September 29, 2015, 9:44pm
5
Thank you @Revolution for such words in my way I would prefer to call us “heroes with different superpowers” LOL
1 Like
meadow
(meadow)
September 30, 2015, 2:44am
6
Yes, thank you both! @Revolution
2 Likes
system
(system)
Closed
November 29, 2015, 11:44pm
7
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.