Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
Hello, I just started with RocketCake and I think it is agood software. But I have a problem with altering the text style without changing the previous text in the same way. Normally this should not occur when using the return key before starting the next line in order to create a paragraph. But for unknown reasons it just doesn't work (I have the newest RocketCake 5.2). I followed the first tutorial 'Creating a responsive website' and this happens in the text container with the image left to the text. How can I selectively change the text style? 2nd problem which I just discovered: Is it normal that the text is not changing its size when adapting to another resolution? I used a 44 p size for a name and this just stays even in much lower resolutions. Do I have to set breakpoints for this? Thanks for your help in advance! Paul |
||||
|
You just need to select/mark the exact text you want to format. If you select just the whole container, all the text styles will be changed in it to the same style. About the second problem: Yes, it doesn't adjust automatically, like all websites do. If you want to adjust the font size based on screen size, do it with breakpoints. |
||||
|
Thank you. Would there be alternatively the option to select the size relatively, e.g. in percent or em? Would this be a more elegant way for sizes in responsive webpages? |
||||
|
Depends on the type of page you are making, most websites don't do it that way. I'll add this to the TODO list to make this possible in a future update. |
||||
|
May be simple dropped list: ??? ?x % vw vh vmin vmax em rem cqh cqw cqd cqi ... |
||||
|
CSS will do the rest on its own. |
|