Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1068699
    nadinedomnink
    Participant

    hi, could you have a look at my site: http://www.erbecht-troisdorf.de/erbengemeinschaft ?

    in the mobile version heading 1 (set in column1/3) “erbengemeinschaft” can’t be fully seen. is there any option that this long word is fully seen in the mobile version?

    thanks a lot for helping!

    #1068734
    Joao
    Moderator

    Hi There,

    The link is not working, please check if it is correct.

    Once we have the URL we will provide you a solution.

    THanks

    Joao Bruch

    #1073067
    nadinedomnink
    Participant
    #1073088
    Darshana
    Moderator

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    
    @media(max-width:480px){
      .page-id-118 .entry-content .x-column.x-sm.x-1-3 > h1 {
        font-size: 320%;
      }
    }
    
    @media(max-width:320px){
      .page-id-118 .entry-content .x-column.x-sm.x-1-3 > h1 {
        font-size: 220%;
      }
    }
    

    Hope that helps.

    #1076305
    nadinedomnink
    Participant

    super, perfect!

    #1076432
    Paul R
    Moderator

    Glad to know. Have a nice day!

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