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

    Hello,

    i have following problem on my website http://www.safebag-fly.de:
    In notebook-version the logo area is included into the fullwidth area (slideshow).
    In the mobile version, the logo area is seperate above the slideshow area… It looks very bad…
    How can i solve this problem in mobile version?

    #893037

    Hey InnovativeAirport,
    Try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 767px) { 
    #top #wrap_all .av_header_transparency, .av_header_transparency #advanced_menu_toggle {
      background: transparent!important;
      position: absolute!important;
    }}

    Best regards,
    Mike

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