This topic has 3 replies, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #111931
     Mem0rex
    Participant

    Hi,

    I have Install now the theme on my blog.

    For now looks ok but I have a few questions.

    My first question is how can I centering the logo?
    I have selected in the options the header with the logo in the middle. Thads Ok the logo is in the middle but it is too far up in the header. How can I this bring more in the center?

    2nd how can I optimize the pictures in the slider revolution? I wat that the pictures also more in the center.

    Here a link to my blog: http://www.tudor-passion.com/

    Thanks

    #112070
     Radu
    Moderator

    Hi,

    For the logo use this css

    COPY CODE
    
    
    .img#logo_img {
        margin-top: 20px;
    }
    
    .header-scrolled img#logo_img {
        margin-top: 0;
    }
    

    For the revolution slider images follow this :

    https://drive.google.com/file/d/0Bxo5b6iHWRMwNG84ME41S21KQ00/view

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #112142
     Mem0rex
    Participant

    Hi Radu,

    thanks for your support.

    The issue with the revolution slider I could resolved.
    But the other issue with the logo I could not fix it with the css.
    I have added the css code in the custom css field under the theme options, is this right?
    And how can I change the text – Archive for category?

    Thanks

    #112380
     Radu
    Moderator

    Hi,

    Replace the css that i have provided to you with this

    COPY CODE
    
    
    .img#logo_img {
        margin-top: 20px !important;
    }
     
    .header-scrolled img#logo_img {
        margin-top: 0 !important;
    }
    
    

    The text can be changed by using loco translate plugin https://wordpress.org/plugins/loco-translate/

    You will need to go to the plugin dashboard and in Kleo section add new language, choose your language, and if you are asked where you want to save the language files choose global language directory ( wp-content/languages/ ) then press SYNC button then search for that string and translate it and press save.

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?