Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
Hello, I have created a new website. However, a few problems have arisen for which I have not found a solution. I would be happy if someone could take a look at them. Here is the website: https://kindernotfallkurse-wittg... 1. I have tried to center the content of the 3 footer containers with a breakpoint at 600px. But I cannot seem to get it to work. Among other things, I have tried using this code: "text-align: center;". But it does not work if I enter it in the User Defined CSS field. 2. For a reason that is not clear to me, the entire page has a white border on the right. It is only a few pixels. I have not found the reason for this. 3. On the subpagehttps://kindernotfallkurse-wittg...the page title is simply above the head banner. I do not understand that either. I would be very grateful for help! Thank you very much for that! Best regards Bruce |
||||
|
1: You mean the text "Impressum" and "Datenschutz"? It would likely work when you put them into their own container and then set the text alignment there. 2: Difficult to say without seeing the .rcd file, maybe you can send it to me? See on this website support -> contact, there is also an email address printed there. 3: The reason is that you put some custom HTML code in there with a wrongly closed script tag. You forgot a ">" character at the end. |
||||
|
Hello Niko, Thank you for your help. Regarding 1.: It's about the text "Impressum" and "Datenschutz", among other things. But actually it's more general, as I often want to center the content of a container for smartphones. For example, the small logo on the right in the footer or the logo in the page header. Regarding 2.: I'll send you the file. Best regards Bruce |
||||
|
Hello, Back to 1.: I have now inserted "Impressum" and "Datenschutz" into a separate container that is located within the existing container. In the new container I set a breakpoint at 600px and inserted this code: text-align: center; But the text is not centered if it is less than 600 px. What am I doing wrong? Best regards |
||||
|
I shortly played around a bit with it, and the problem appears to be that the other css styles take precedence over your alignment breakpoint in that case. I couldn't quickly find a good workaround, but it also looks good if you put it centered by default - but, yes, that's not what you want. I'll think a bit about it, maybe I'll find a simple solution for that. |
|