Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #67775
    Schlaufer
    Participant

    Hello

    I would like to increase the height of the header by approx. 50% including the the fonts which are in it, i.e. page title and menus.

    When I do several changes for the style, is it possible to insert them all in the custom CSS, meaning one after the other.

    My wepsite is as follows.
    http://www.schlaufer.ch/

    Sorry but I couldn’t find the answers by myself.
    I would appreciate your help.

    #67805
    Sakin
    Keymaster

    @Schlaufer: Yes, you can add css one after another in “Appearance => Theme Options => Custom CSS” box.

    Now, you can add the following css:

    @media screen and (min-width: 783px) {
        #site-logo img { max-height: 61px; }
        #site-title { font-size: 36px; }
        #site-description { font-size: 20px; }
        #header-right .widget ul.menu li { font-size: 21px; }
        #header-search::before { font-size: 31px; }
    }
    #67842
    KGKM
    Member

    I am new to this . . .I am trying to centre the Header Menu Bar and main logo in WordPress’ Responsive template. I can’t seem to find the code for this . . any help would be appreciated.

    #67850
    Sakin
    Keymaster

    @KGKM: please post in your site URL and then I can check in.

    #67919
    Schlaufer
    Participant

    Thank you for the help

    #67920
    Sakin
    Keymaster

    @Schlaufer: thanks for your appreciation 🙂

    #80133
    Andy
    Participant

    Hello there,

    is ist also posible to increase the size of the Logo in the header? I cannot find that possibility, and uploading different sizes of the same image does not change anything
    http://www.solability.com

    #80161
    Sakin
    Keymaster

    @Andy: I see that you have already increased your header logo size to 75px by adding in the following css in “Appearance => Theme Options => Custom CSS” box. So, I don’t get it what you need help in.
    #site-logo img { max-height: 75px; }

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Header Height; Font-size of Page title; Font-size of Main Menu’ is closed to new replies.