Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #87533
    Schroeder
    Participant

    Hi,

    My website ist http://www.hundetraining-muenchen-schroeder.de

    I would like to move Title, subtitle and Log into the center right above the menue.

    At the moment there is too much space between Title, subtitle and menue. So both shall be right centered above Menue.

    Secondly I would like to move the logo into the center, right above the Title.

    Can you help me ?

    #87535
    Mahesh
    Participant

    @ilka07: Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:

    #header-left, #site-logo, #hgroup {
        display: block;
        float: none;
        text-align: center;
        padding: 0;
    }
    
    #hgroup-wrap img {
        display: inline-block;
    }
    
    #hgroup-wrap {
        padding-bottom: 20px;
    }

    Let me know if any trouble.

    Regards,
    Mahesh

    #87537
    Schroeder
    Participant

    Dear Mahesh,

    perfect !!!! Exactly what I hoped for.

    Many thanks for your fast help !

    Regards
    Ilka

    #87610
    Mahesh
    Participant

    @ilka07: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Center Logo and Title + Subtitle’ is closed to new replies.