Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #697292

    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?

    #697309

    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

    #697816

    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?

    #697822

    Hey!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 480px) {
    h1 {
        font-size: 26px;
    }}

    Best regards,
    Yigit

    #697839

    hi,

    Thank you that resolved the problem

    cheers

    FlorianMeise

    #697844

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Enfold problem’ is closed to new replies.