Header 2 – logo size more wide - by chndr

This topic has 10 replies, 4 voices, and was last updated 10 years, 11 months ago ago by Stan Russell

  • Avatar: chndr
    chndr
    Participant
    January 8, 2015 at 14:33

    Hi, is it possible to make the logo size of header type 2 more wide?

    9 Answers
    Avatar: Robert Hall
    Robert Hall
    Participant
    January 8, 2015 at 15:06

    Hello,

    Please provide us with link to the page.

    Regards,
    Robert Hall.

    Avatar: chndr
    chndr
    Participant
    January 8, 2015 at 20:24

    Hi, see the link of my website in the private content. I want the logo +/- 1/3 of the header.

    My excuse for the title. I need this for header type 3.

    Thanks

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Participant
    January 8, 2015 at 22:34

    Hello,

    Please add this code in custom.css file:

    .header-type-3 .logo-with-menu img {
        width: 400px;
    }
    .header-type-3 .main-nav .menu {
        width: 730px;
    }

    How to create custom.css you can watch in this tutorial.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: chndr
    chndr
    Participant
    January 8, 2015 at 23:58

    Thanks, I have add it to my custom css but the logo is still the same size..

    Avatar: chndr
    chndr
    Participant
    January 9, 2015 at 00:39

    I have placed it in my childtheme style.css. But the code doesn’t work.

    Thanks

    Avatar: chndr
    chndr
    Participant
    January 9, 2015 at 00:42

    I think the code doesn’t work in my child (or custom) because the code is in the large-resolution.css file.

    this code I mean:

    
    @import (min-width: 1200px)
    .header-type-3 .main-nav .menu, .header-type-4 .main-nav .menu {
    width: 930px;
    }

    When I change the width in my editor of my browser it works good.

    Thanks

    Avatar: stan
    Stan Russell
    Participant
    January 9, 2015 at 10:16

    Hello,
    please add following code to your theme custom css file:

    .header-type-3 .logo-with-menu img {
        width: 400px;
    }
    .header-type-3 .main-nav .menu {
        width: 730px!important;
    }
    

    Please make sure your custom.css file is enabled in Dashboard > Theme options > Custom css

    Regards,
    Stan Russell.

    Avatar: chndr
    chndr
    Participant
    January 9, 2015 at 11:25

    Thanks,

    I have placed it my custom.css and now it works..

    Avatar: stan
    Stan Russell
    Participant
    January 9, 2015 at 13:59

    Hello,
    You are welcome!
    Regards.

  • Viewing 10 results - 1 through 10 (of 10 total)

The issue related to '‘header 2 – logo size more wide’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.