Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1161334
    leonhoffmann
    Participant

    Hi, I once had an issue with the size of headlines on mobile. Now, we changed the webdesign and headlines on mobile are too small. Can you kindly guide me how to change that back? Thanks, Leon

    #1161355
    Christopher
    Moderator

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1166475
    leonhoffmann
    Participant
    #1166777
    Darshana
    Moderator

    Hi there,

    Upon inspecting your site, I see that you have the following custom CSS media query which change those titles.

    
    @media (max-width: 768px) {
      h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
        font-size: 23px;
      }
    }
    

    Please change it according to your required size.

    Hope that helps.

  • <script> jQuery(function($){ $("#no-reply-1161334 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>