Viewing 6 posts - 1 through 6 (of 6 total)
-
AuthorPosts
-
February 2, 2017 at 3:32 am #741526
Ahoy,
Ahoy,
I have a yellow area under my header. It looks extended… as you can see. How do I get rid of this. I have a lot of css i’ve been playing around with… but can’t figure it out… let me know if you can help!
Here is the code I currently have in my css
/* Logo position*/ @media only screen and (max-width: 767px) { .responsive .logo img { max-height: 90px!important; } .header_bg { min-height: 120px!important; } .av-logo-container { top: -33px!important; } .html_header_top.html_logo_center .logo { left: 0%!important; transform: none!important; } .responsive #top .logo { margin-left: 0px!important; } } .av-main-nav { margin-top:20px!important; } .av-main-nav li:nth-child(2) { margin-right:320px; } .av-logo-container { position:absolute; left:0px; } .html_header_top.html_bottom_nav_header .main_menu { position: absolute; background: transparent!important; } #header { top: 40px!important; } .header_color .header_bg { min-height: 100px; } .avia-icon-pos-left { float: none !important; } .header_color .header_bg { min-height: 150px; top: -50px; } .html_header_top.html_logo_center .logo { top: -30px; } .html_header_top.html_header_sticky #header { position: fixed !important; } @media only screen and (max-width: 767px) { .responsive #main { padding-top: 82 !important; } } @media only screen and (max-width: 767px) { .responsive #top .header_bg { background-color: #EEE5C9; }} @media only screen and (max-width: 767px) { .responsive #top .logo { margin-left: 100px; }} @media only screen and (max-width: 480px) { .responsive .logo img { max-height: 70%; } .responsive .logo { margin-left: 0 !important; } .home #av_section_1 .content { padding-top: 180px; }} .header_color .header_bg { box-shadow: 1px 1px 1px black; }
February 3, 2017 at 6:56 am #742181Hey mcraig77,
Try this instead for your header:
.header_color .header_bg { top: 0; }
Best regards,
RikardFebruary 3, 2017 at 10:06 am #742306I Tried adding that but nothing changed, did I need to delete something as well?
February 3, 2017 at 3:02 pm #742383Hi,
It’s the padding added to the main content area. Try the below css in Quick CSS
.html_header_top.html_header_sticky.html_large.html_bottom_nav_header #main { padding-top: 140px!important; }
Best regards,
VinayFebruary 3, 2017 at 8:39 pm #742571Things seem to be working now, Thanks!
February 4, 2017 at 12:53 pm #742804Hi,
Glad it’s fixed :)
Best regards,
Nikko -
AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)
- The topic ‘Yellow area under header, can't figure out why’ is closed to new replies.