• Resolved apexbee

    (@apexbee)


    Hi,
    How do you center the logo, site title and description in the Salzburg Blog theme?

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Humble Themes

    (@humblethemes)

    Hi there,

    Happy to help you!

    Out of the box, it’s not possible to centralize the logo, site title, and description, because we try to keep the menu in the same line of the logo.

    If this is a requisite of your project, you can create your custom CSS and add it under Appearance > Additional CSS. You’ll need to develop your custom styles for this.

    Please let us know if you have further questions on this or need any additional assistance!

    Thread Starter apexbee

    (@apexbee)

    Here’s the css to center the logo, site title and menu and increase the size of the logo, in case anyone needs it.

    /* Center logo and site title and increase logo size */
    .site-branding {
    max-width: 100%;
    text-align: center;
    flex: 0 0 100%;
    }
    .custom-logo {
    max-height: 175px;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to center logo and site title in Salzburg Blog theme’ is closed to new replies.