CSS – Zuki

  • Unknown's avatar

    Hi, I use Zuki theme for 3 weeks and I have some questions to finalize my website.

    1. Is it possible to have less space at the top and the bottom of the logo (header)?

    2. My blog is a french one. Most of the site appears correctly in french but there are still some words in english and it is a problem for me. «published by» «comments» «written by» «tagged with»
    How can I translate them?

    3. Is it possible to change and personalize the appearance of post (text, …)

    Thank you very much!
    https://vertbio.wordpress.com

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

  • 1. Modify your existing CSS to the following and see if you like the result:

    This changes applies only to the larger screens, i.e. screens wider than 1260px.

    @media screen and (min-width: 1260px) {
    #site-header {
        width: 100%;
        max-width: 100%;
        text-align: center;
        padding-bottom: 0;
        padding-top: 0;
    }
        #site-nav {
            padding:0;
        }
    }

    2. I will have to check this later. Your blog language is set to French but I am not sure why the words you highlighted are not translated.

    3. How do you like to change the post text? You can use Custom Fonts to change fonts and their size. Please let me know what would you like to change specifically.

  • The topic ‘CSS – Zuki’ is closed to new replies.