Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #127854
    Massimo
    Participant

    Good morning.
    I would need to know if it is possible to set the header height and if possible to center the site-name in height.
    Thank you.

    #127902
    tikaram
    Keymaster

    @masfur : Please post in your site URL.

    Regards,
    Tikaram

    #127918
    Massimo
    Participant

    Thank you. Here the link : http://www.paisdisanmarc.it/
    If it is possible to understand if you can also put the logo above the site-name.
    Thanks.

    #127948
    tikaram
    Keymaster

    Go to Appearance => Customize => Site Identity . Uncheck on :Check to move Site Title and Tagline before logo and save.

    Go to Appearance => Customize => Additional css and add the following css.

    #site-branding, #site-logo {
     	width: 100%;
     	text-align:center;
     }
     #site-header {
     	width: 100%;
     	text-align: center;
     }

    Let me know if this resolves your issue.

    Regards,
    Tikaram

    #127968
    Massimo
    Participant

    Very good, Tikaram!
    Thank you very much!

    #128023
    tikaram
    Keymaster

    @masfur : Glad to know that the issue has been resolved. Have a Good day.

    Regards,
    Tikaram

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Header height & Site name centered’ is closed to new replies.