• Closed
  • Hannes Lis
    Spectator
    January 17, 2018 at 7:28 am #36246

    The header in the mobile view of evolve is so big, that it almost takes the whole mobile screen. Is it possible to configure the size of the mobile header?

    See http://www.lichtfunke.at.

    Priyank
    Spectator
    Posts: 747
    January 17, 2018 at 8:08 am #36248

    Hii,

    Add custom CSS to your additional CSS area.

    @media (max-width: 768px){
    .header_v0 .title-container #logo a {
    font-size: 23px;
    }
    }

    Thank You.