We have a responsive problem. In the “Über uns” part as well as in the footer, by making the Tab smaller or viewing the site on a Smartphone or Tablet, instead of the columns going underneath the other they overlap. Can you help us with this problem?
Hi FlorianMeise!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
.flex_column {
width: 100%!important;
margin-left: 0!important;
}}
Cheers!
Yigit
Thank you very much that helped. Now I have another problem with the headlines in the site they are not centered for example the headline “BESONDERHEITEN” it’s more visible if you view it on a smartphone that they are not centered. Is there a solution to this problem?
Hey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 480px) {
h1 {
font-size: 26px;
}}
Best regards,
Yigit
hi,
Thank you that resolved the problem
cheers
FlorianMeise
Hey!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Regards,
Yigit