-
AuthorPosts
-
April 25, 2016 at 9:06 pm #621667
Hi,
How can I make the header logo span across the top of the page? I want it to be really large – like 70px – and then shrink responsively.
Thanks,
GabeApril 25, 2016 at 9:31 pm #621682Hey connect4consulting!
I have loaded your web site and I can see it, really large.
Can u let us know if you have fixed it?Regards,
BasilisApril 25, 2016 at 9:35 pm #621685Hi Basilis,
Yes – I figured it out – but try minimizing the page. See how the logo gets too small and slides way over to the left? Can you help me with that?
Thanks,
GabeApril 26, 2016 at 3:12 am #621821Hi!
The current setup is difficult to troubleshoot and fix the bug please remove the custom css you have added to avoid conflict with the code we will provide you and let us know when you are done so we can inspect your site and give you the new code :)
Regards,
VinayApril 26, 2016 at 3:13 pm #622221Hi Vinnie,
The site is a live client site. The custom css is in private content.
Thanks.April 26, 2016 at 7:22 pm #622442Hey!
Thank you but the custom CSS will not be of much help for us as it is causing some issues while re-sizing the window. If you cannot remove it please create a temporary user with ‘administrator’ role and share in private content with permission to deactivate all plugins and add custom code if necessary to help you resolve this issue.
Best regards,
VinayApril 26, 2016 at 9:31 pm #622533OK – new admin user created. You can deactivate all plugins and add custom code if necessary to resolve the issue.
Thanks.April 27, 2016 at 4:32 am #622698Hey!
We are working on your ticket please wait while we update the results here soon.Please hard refresh to clear the browser cache and review the site now we have added the below CSS
.html_header_top.html_logo_center .logo { width:100%; text-align:center; padding-top:20px; } @media only screen and (max-width: 970px) { .html_header_top.html_logo_center .logo { left: 10%!important; -webkit-transform: none!important; -ms-transform: none!important; transform: none!important; padding-top: 40px; text-align:left; }} #header #header_main_alternate .container { background-color: #2C3E50; min-width:100%; } #top #wrap_all .header_color h1 { color: #e74d3c; font-family: 'Gruppo', 'Helvetica Neue', Helvetica, Arial, sans-serif; white-space: nowrap; font-size:4vw; } .avia_mega > li:nth-child(1) > a:nth-child(1) { display: none!important; } #top .av-submenu-container { height: 65px; position: absolute; width: 100%; border-bottom-style: solid; border-bottom-width: 1px; -webkit-perspective: 1000px; -webkit-backface-visibility: hidden; font-size: 14x; color: #585c96!important; font-family: 'Questrial'!important; }
Best regards,
Vinay- This reply was modified 8 years, 7 months ago by Vinay.
April 27, 2016 at 2:39 pm #623101Hi Vinay,
Looks good in Chrome but not so good in Firefox. Can you check?
April 27, 2016 at 5:14 pm #623247Hi!
We checked the responsive logo in firefox latest version on windows and it looks same as in chrome for me. Please post a screenshot of the issue and let us know more info which platform you are viewing it on so we can further troubleshoot it.
Cheers!
VinayApril 27, 2016 at 5:16 pm #623248Maybe I have a much bigger screen than you? I’m viewing on a 27 inch monitor. At that size the logo doesn’t fit in the header. Check out my screenshot.
April 28, 2016 at 2:30 am #623439Hi!
Not a problem. We added a extra bit of code for large monitors
@media only screen and (min-width: 1400px) { #top #wrap_all .header_color h1 { font-size:70px; } }
Please review the site now and let us know…
Cheers!
Vinay -
AuthorPosts
- You must be logged in to reply to this topic.