• Hi! I would like to decrease the height of my header and the name of the site move higher. The menu put it at the center. I think that all this is done with the Editor, but I’m not an expert there. Maybe a suggestion in which file is changed all this. Thank you very much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    Please post your website url.

    Thanks!

    Thread Starter iri33

    (@iri33)

    Hi Iri,

    Thanks for writing in!

    In order to decrease the height of header, positioning the title and centering the menu bar as like this (see: https://prntscr.com/9veq6y ), please add the following code under Appearance > Theme Options > Custom CSS:

    .header {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    
    .primary-menu {
        text-align: center;
        display: inline-block;
    }
    
    .menu-header .container-menu {
        text-align: center;
    }

    Hope this helps.

    Thanks!

    Thread Starter iri33

    (@iri33)

    Thank you! But now I have the theme “Evolve Child”, I tried to insert the file but everything unpack, how can I do?
    And an other thing, how can I restore the visualizations of the tags, as they were initially? Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Tema Evolve’ is closed to new replies.