Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
Hi Dear Forum Members It`s my first time building with RocketCake and I have two Questions. My website is online here: http://www.bluesummerapp.com As you can see, on the top of the page i couldn`t properly align the logo, the menue and the contact button at one height. At first I tried to use a triple container, but it makes the menu unresponsive in design. Also I would like to know, why it is that if I use text and pictures in two different containers, that it behaves more responsive when the picture is on the left side, but if I put the pictures on the right and the text to the left, than text and pictures overlap, when resolution is changed. Oh, and could someone maybe give me a hint, what the easiest way is to make the page bilingual? Thank you and kind regards, Jens. |
||||
|
Hi, difficult to say without seeing the .rcd file - you can send it to me (see on this page support -> contact, there is also an email adress printed on the bottom), maybe I can help you improving it a bit. For the images: You can try using text float (right-click the image and select Float -> Right) and play a bit around with that, this might help. Multiple languages: You basically create a version for each language, and for the "language" property when the page is selected, enter the language code, like "en" or "de". Link all the pages using hyperlinks, and best practice is also to add a meta tag into the header like this, to let search engines know about the different language versions of your page: <link rel="canonical" href="https://www.example.com/yourPage.html"> |
|