Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #317797
    Naan Colman
    Participant

    Hi, how can I adapt de size of the letters because they are to big in the heading.

    http://www.naancolman.be

    #317805
    tikaram
    Keymaster

    @naan-colman : Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css.

    @media screen and (min-width: 64em) {
      .home .header-media .section-title,
      #feature-slider-section .entry-title,
      .stats-content-wrapper .hentry-inner .sub-title,
      #footer-instagram .widget-title, .page-title,
      .entry-content h1,
      .entry-summary h1,
      .comment-content h1,
      .textwidget h1 {
        font-size: 1.625rem;
      }
    }

    let me know if this helps you out.

    Regards,
    Tikaram

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Title is to big’ is closed to new replies.