Codeless
  • Support Home
  • Themes
  • Support
  • WordPress Tutorials
    • How to Start a Blog
    • Best Website Builders
    • Best Small Business Hosting
    • Email Marketing Services
    • Cheap WordPress Hosting
  • Video Tutorials

Community Forums

Font size Heading Heder Mobile

    • 5 years, 5 months ago vcprps
      Participant

      Hello,
      I would like to change the font size and, if necessary, the arrangement of the headline in the mobile version of the header, as the display does not look good this way. How can I do that.

    • 5 years, 5 months ago Ludjon
      Keymaster

      Hi,

      This can be done easily with a custom css code.

      I can send you if you give me a URL to check this.

      this is an example of mobile editing css

      @media (max-width:767px){
         .{class of an element that will change} {
             font-size:20px;
         }
      }
    • 5 years, 4 months ago vcprps
      Participant

      Hello,

      The Domain is https://vcp-rps.de

      Could you take a look at which element to use here? It’s about the page headers in the header of each page. Thank you.

    • 5 years, 4 months ago Ludjon
      Keymaster

      Check this:

      @media (max-width:767px){
         .header_page.normal h1{
             font-size:14px;
         }
      }
    • 5 years, 4 months ago vcprps
      Participant

      Hello
      I inserted the code, but unfortunately it did not work. The headline on the phone is still too big.

    • 5 years, 4 months ago Ludjon
      Keymaster

      Sorry I misunderstood you

      add this:

      @media (max-width:767px){
         .header_page.with_subtitle.centered .titles h1{
             font-size:14px !important;
         }
      }
      • This reply was modified 5 years, 4 months ago by Ludjon.
    • 5 years, 4 months ago vcprps
      Participant

      Hello,
      Thank you very much, that helped in the first step already. But unfortunately the letters are still too close together when the font size is chosen so small. Is it possible to adjust something in the code?

    • 5 years, 4 months ago Ruco
      Keymaster

      Hello,

      You have to add the line-height:

      @media (max-width:767px){
         .header_page.with_subtitle.centered .titles h1{
             font-size:14px !important;
             line-height:35px;
         }
      }

      Let us know.

      Regards!

    • 5 years, 4 months ago vcprps
      Participant

      Unfortunately, that didn’t help. The letters are still too close together. With longer subheadings, the heading and subheading also merge into each other.

    • 5 years, 4 months ago Ludjon
      Keymaster

      Maybe you need to fix letter-spacing?

      @media (max-width:767px){
         .header_page.with_subtitle.centered .titles h1{
             font-size:14px !important;
             line-height:35px;
             letter-spacing: 2px !important;
         }
      }
    • 5 years, 4 months ago vcprps
      Participant

      Good morning,
      The evening between the letters has thus been corrected. Thank you. Unfortunately, however, the heading and subheading are still in each other instead of under each other.

    • 5 years, 4 months ago Ludjon
      Keymaster

      On css/bootstrap-responsive.css

      I see these lines starting at 1333:

      @media (max-width: 480px)
      .header_page.centered h1 {
          line-height: 50px !important;
          height: 50px !important;
          top: 50%;
          position: absolute;
          margin-top: -35px;
      }

      Please remove them.

      Thank You

Viewing 11 reply threads

You must be logged in to reply to this topic.

Login

Log In
Register

Renew Support

  • Renew Specular Support
  • Renew Tower Support
  • Renew Folie Support
  • Renew Handel Support
  • Renew June Support
  • Renew Picante Support
  • Renew Thype Support
  • Renew Regn Support

Search Forums

Forums

  • Bygge – Construction Theme
  • Converta – Software Theme
  • Folie – The WordPress Website Builder
  • Handel – Responsive Multi-Purpose Business Theme
  • June WooCommerce WordPress Theme
  • Livecast – Podcast Theme
  • Picante – Restaurant & Food WordPress Theme
  • Regn | Agency & Business WordPress Theme
  • Remake – Minimal Portfolio & Agency Theme
  • Specular – Multi-Purpose WordPress Theme
  • Suggest us Features
  • Tower – Business-Driven Multipurpose WP Theme
  • Vibrance – Photography Theme

Site Links

  • Support Policy
  • Specular Support Forum
  • Video Tutorials
  • Knowledge Base
  • Guides and Reviews

Useful Articles

  • Build a Website
  • Web Design & Development
  • Hosting
  • WordPress

Login

Log In
Register Lost Password