Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #628841

    hi kriesi. i have a problem with the footer. the footer do not look good. can you please help me to fix this error :) ? http://imgur.com/qxZKmVk

    Is there a way to disable this color section ONLY on mobile view?

    Is there a solution for arranging the text in the footer menu. That it looks like this: http://imgur.com/IpfYnEM alignment left only on mobile!

    #629630

    Hey corneliaboehm,

    I’m not sure what is going on there, could you post admin login details in private please?

    If you want to hide that color section on mobile you can use the following CSS:

    @media only screen and (max-width: 767px) {
    #av_section_44 {
    display:none !important;
    }
    }

    Best regards,
    Rikard

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