
-
AuthorPosts
-
March 18, 2018 at 3:58 pm #928726
Hi
After update from 4.2 to 4.2.6 the transparret header is not adjusting correct when changeing width.
For example on a Ipad (portrait), the header goes “grey” and uses the “transparent” logo, and not the color logo.
You see the same behavior on all browsers, when changeing the width of the browser. See attached video.
March 18, 2018 at 5:03 pm #928737Hey AllanRinggaard,
Try this code in the General Styling > Quick CSS field:/* Transparent header on mobile */ @media only screen and (max-width: 989px) { #top #wrap_all .av_header_transparency, .av_header_transparency #advanced_menu_toggle { background: transparent!important; position: absolute!important; }}
Best regards,
MikeMarch 29, 2018 at 5:14 pm #934916Hi
The problem is not, that i want a tranparent header on mobile.
I just want the header to change from transparent to white, and not go gray in between. Just as before the update to 4.2.6
Now i goes from tranparrent to grey to white, normal is tranparrent to white.
Best regards
AllanMarch 30, 2018 at 4:36 am #935097Hi,
Oh I see, please try this css instead:@media only screen and (max-width: 989px) { #top .av_header_transparency.av_alternate_logo_active .logo a > img { opacity: 1!important; } .html_stretched #wrap_all { background-color: #fff!important; } #top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a,#top #wrap_all .header_color.av_header_transparency { color: #808080 !important; } #top .header_color.av_header_transparency .avia-menu-fx, .av_header_transparency div .av-hamburger-inner, .av_header_transparency div .av-hamburger-inner::before, .av_header_transparency div .av-hamburger-inner::after { background: #808080 !important; } }
Best regards,
MikeApril 2, 2018 at 8:10 am #935952Thanks, its working correct again :-)
Is it a general problem that will be fixed in a update, or just a freak accident updateing “my” template?.
Allan
April 2, 2018 at 8:50 am #935968Hi Allan,
Glad you got it working for you! :)
It is really hard to tell, could be just an issue with your website.
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.