Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #478136

    Dear Kriesi-Team,

    you helped mit two days ago with the following code to make the footer responsive.

    @media only screen and (max-width: 767px) {
    #footer .flex_column {
    width: 100% !important;
    }
    }

    BUT: it don’t look like the footer at the start page? It seems to be centered?

    I send you the link to the site private. Please compare the start page with the second.

    #478223

    Hi jenvideo!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 767px) {
    #footer .widget {
        text-align: center;
    }}

    Best regards,
    Yigit

    #479168

    That is a solution for the unique view of all footers, but it’s not the best. Why? The width of the start site and the others seems not to be the same.
    I decided now to use the code and deleted the last entry in the footer. It was moved in the second row, because of the width.

    Sorry, my english is very dusty…

    #479199

    Hi!

    Can you please post a screenshot and show the changes you would like to make and on which screensize to make them? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.