Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #310002
    HansH
    Participant

    Hello there,

    A little question about the header. Is it possible to move the site description (In the attached file the words “steeds vooruit”)  under the logo, while the site title (in the attached file the letters TTL) is removed?

    You can see here the attached file.

    Kind regards

    Hans Hagmeijer.

    #310013
    tikaram
    Keymaster

    @hansh : you will need to make some changes to your additional css
    Please replace the following additional css which is already added on your site

    #header-content .site-branding {
        display: flex;
        text-align: left;
    }

    With the following css code

    #header-content .site-branding {
       display: inline-grid;
    }
    #310020
    HansH
    Participant

    Hello Tikaram,

     

    This worked fine. Thank you.

     

    Regards

    Hans Hagmeijer

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Site description under logo’ is closed to new replies.