Viewing 21 posts - 1 through 21 (of 21 total)
  • Author
    Posts
  • #591771

    Hi

    I know there have been a few threads on this in the past. I have read through them and tried a few things but can’t seem to get it working. Would it be possible for an admin to login and have a quick look for me? At the moment I have the image set just as an image below the menu but I want it in the logo area withe the menu below.

    Any help would be greatly appreciated.

    #591775

    Hey ccfc1965!

    I have loaded your web site and I can see the menu below the logo.
    Sorry if I do not understand correct, but if that is not the case, what is it?

    Regards,
    Basilis

    #591783

    I currently have the Enfold default logo in the logo area. The banner is below in the main site, just as an image. I want to replace the Enfold logo with that image and have it as my logo.

    #592254

    Hey!

    I set header height to 170px and added following code to Quick CSS

    .html_header_top.html_logo_center .logo {
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    Please review your website now

    Cheers!
    Yigit

    #592269

    Yigit

    That’s brilliant, thanks so much. A couple of things though. Is is possible to bring the banner down half a centimetre or so? It just looks to near the top of the page now and not “centred”. Can we remove the line below it also? Also the menu is a bit messed up. When I highlight a menu item the line goes through the menu item. Ideally I would like it again about half a centimetre below the image and the highlight bit to go under the word. I think I may have a bit of superfluous CSS in there so feel free to remove anything that isn’t necessary :)

    Thanks so much for your help.

    Regards
    Rob

    #592477

    Hi Rob,

    Please try adding the following as well:

    #header_main .container {
        height: 185px !important;
        line-height: 185px !important;
        padding-top: 10px !important;
    }

    Regards,
    Rikard

    #592606

    That worked great, thank you. Small problem though, when I scroll down the header goes small and to the left and it doesn’t render properly at all in firefox, it is off to the right.

    Any ideas?

    #592608

    Actually i’ve fixed the scrolling issue by just unsticking the header. I still have the problem with it not looking right in Firefox though.

    Also, still have the menu problem, anyone any idea how to fix that?

    #592609

    I seem to have sorted the menu problem as well I just now have the rendering issue in firefox and the line under the logo. Also for some reason I now have a gap with another line before my content.

    Help!

    #592674

    Hey!

    Please add following code to Quick CSS

     #header_main_alternate {
        border: none!important;
    }
    .avia-mozilla .logo img {
        width: 100%;
    }

    Best regards,
    Yigit

    #592696

    Many thanks once again, that fixed the banner issue. However I still have the extra space and another line below it, above my content, any idea how to get rid of this?

    Also I need my menu slightly higher up.

    Really appreciating the help.

    #592701

    Hey!

    Can you please post a screenshot showing the changes you would like to make? That way we can provide you more accurate custom CSS code :)
    You can upload your screenshots on imgur.com or Dropbox public folder and post the links here

    Regards,
    Yigit

    #592703

    Yigit

    If you look at the site there is a big gap underneath the menu with a solid line. I just want that removing so the content is where it usually is, just below the menu.

    Also just need to know how to move the menu items a little further up, closer to the banner/logo. Say just a couple of cm or so below. That’s all I need.

    Thanks again.

    #592726

    Hey!

    You have following code in Quick CSS

    #header_main .container {
        height: 185px !important;
        line-height: 185px !important;
        padding-top: 25px !important;
    }

    Please change it to

    #header_main > .container {
        height: 185px !important;
        line-height: 185px !important;
        padding-top: 25px !important;
    }
    #header_main {
        border: none;
    }

    Cheers!
    Yigit

    #592746

    Yigit

    Many thanks, getting there. The gap has disappeared below the menu but the logo/banner has gone back right to the top of the page. I thought this was the part that brought it down? padding-top: 25px !important;

    Also how do I get the menu to move up closer to the banner?

    #593456

    Sorry to be a pain guys but i’m quite eager to get this sorted as i’m looking to have the site live next week…any help would be really appreciated. Most seems to be sorted now the banner is still at the top though. Seems every fix we make causes another issue :-/

    #593464

    Hey!

    I changed header height to 180px and then added following code to Quick CSS

     .logo {
        top: 10px;
    }
    
    

    Please review your website now

    Regards,
    Yigit

    #593578

    Thank you, that’s the banner sorted. I’m still trying to get the menu further up, closer to the banner. Say 1-2 cm below…is this possible?

    #594311

    Hey!

    To move the menu away from the logo please add the below CSS in Quick CSS adjust value 10 to suit your design.

    .html_header_top.html_bottom_nav_header .main_menu {
        margin-top: 10vh!important;
    }
    

    Best regards,
    Vinay Kashyap

    #595506

    Thanks. How do I fix it in place though? When I make the browser window wider or thinner the menu moves up and down.

    #597637

    Hi!

    Set the height of the header container base on the height of the logo image.

    .logo, .logo a, .logo a img {
        width: 100%;
    }
    
    #top #header_main > .container {
        height: 110px;
        line-height: 110px;
    }
    
    #header_main_alternate {
        margin-top: 20px;
    }

    Cheers!
    Ismael

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