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?
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