Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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,
    Gabe

    #621682

    Hey 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,
    Basilis

    #621685

    Hi 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,
    Gabe

    #621821

    Hi!

    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,
    Vinay

    #622221

    Hi Vinnie,
    The site is a live client site. The custom css is in private content.
    Thanks.

    #622442

    Hey!

    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,
    Vinay

    #622533

    OK – new admin user created. You can deactivate all plugins and add custom code if necessary to resolve the issue.
    Thanks.

    #622698

    Hey!

    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 7 years, 11 months ago by Vinay.
    #623101

    Hi Vinay,

    Looks good in Chrome but not so good in Firefox. Can you check?

    #623247

    Hi!

    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!
    Vinay

    #623248

    Maybe 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.

    #623439

    Hi!

    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

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