Toujours theme,

  • Unknown's avatar

    How can I make the top and bottom borders around the header image smaller please?

    Thanks again!

    The blog I need help with is: (visible only to logged in users)

  • Hi @myrthia , I’ll move this to the CSS customization forum.

    You can use this CSS:

    #page {
        padding: 10px 0 0;
    }

    to reduce the padding above the header. Try something like this for the bottom:

    .has-header-image .main-navigation, .has-site-logo .main-navigation {
        margin-top: 10px;
    }

    Also, consider setting your site title so that your site can show up properly in search results and bookmarks. You can hide the title using CSS if needed.

  • The topic ‘Toujours theme,’ is closed to new replies.