• The most recent update of Evolve has negatively impacted the header on one of my client’s sites. Two things happened:

    1. The font size changed, making the header quite small. Fixing it is possible, but it doesn’t seem to resize proportionally.

    2. The break between the Site Title and the Tagline is broken, so the Tagline ends up at the end of the Site Title, whereas before it was below it. The sizing/re-sizing issue is also present with the Tagline.

    Site: https://helpforyourfamily.com

    Any thoughts or help appreciated.

    Best,
    Michael

Viewing 1 replies (of 1 total)
  • Hi there,

    Thanks for writing in!

    Firstly, if you wish to adjust the size of header, so you can add the following code under Appearance > Theme Options > Custom Css:

    #logo a {
        font-size: 40px !important;
    }
    
    .header {
        height: 135px !important;
    }

    In regard to break your tagline to the second line with re-sizing the font size, so you can use the following code into your custom CSS field:

    #tagline {
        float: left;
    }
    
    #tagline {
        font-size: 17px !important;
    }

    Hope this helps!

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Latest update negatively affected header’ is closed to new replies.