Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #385257

    Hi,
    Love the theme!
    Have a test site here http://192.185.4.116/~house/
    As you can see for a logo sized at 263px (width) x 220px ( height) the slideshow ( header) overlays into the logo.

    Ive tried:

    #header_main_alternate, .bottom_nav_header.social_header .main_menu ul:first-child {
    background: #F0F0F0;
    }

    .logo, .logo img {
    max-width: 263px !important;
    width: 263px !important;
    height: auto !important;
    max-height: none !important;
    }
    .logo img{
    position: relative;
    top: -35px;

    }

    .main_menu ul:first-child>li>a {
    font-size: 16px !important;
    }

    .main_menu ul:first-child > li > a{
    padding: 0 20px !important;
    }

    #header_main .container, .main_menu ul:first-child > li a{ height:180px; line-height: 180px; max-height: 180px; }

    Also – If I increase the main menu height – what is required to ensure the above logo and below slider/header are all moved relatively?
    Ive read the forums and tried multiple quick css solutions to no avail. Would appreciate some assistance.
    Thanks

    • This topic was modified 9 years, 11 months ago by toto101.
    #385280

    Well I have a *fix* by using the custom pixel size for the header :-)
    You can flag this as resolved

    Thanks
    Michael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Logo Height’ is closed to new replies.