Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

Lay Theme Forum

  1. Home
  2. Bug Reports
  3. Responsive Text Problem

Responsive Text Problem

Scheduled Pinned Locked Moved Bug Reports
11 Posts 2 Posters 266 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • RichardR Offline
    RichardR Offline
    Richard
    Global Moderator
    wrote on last edited by
    #2

    Dear @gunesmu

    Sorry for delay in getting to this thread βœ…

    At first glance i think it's related to what unit is being used to set the font's size.

    If the font-size is set to px (pixels) then this is a fixed measurement. This means the text won't grow smaller if it hits another element, it will just force through.

    https://www.w3schools.com/cssref/css_units.asp

    For example % is a relative unit that will change based on it's parent container.

    You can change the Font's to a % within > Text Formats >
    Screen Shot 2022-01-25 at 10.32.40 AM.png


    Best wishes & talk soon ✨
    Richard
    G 1 Reply Last reply
    0
    • RichardR Richard

      Dear @gunesmu

      Sorry for delay in getting to this thread βœ…

      At first glance i think it's related to what unit is being used to set the font's size.

      If the font-size is set to px (pixels) then this is a fixed measurement. This means the text won't grow smaller if it hits another element, it will just force through.

      https://www.w3schools.com/cssref/css_units.asp

      For example % is a relative unit that will change based on it's parent container.

      You can change the Font's to a % within > Text Formats >
      Screen Shot 2022-01-25 at 10.32.40 AM.png


      Best wishes & talk soon ✨
      Richard
      G Offline
      G Offline
      gunesmu
      wrote on last edited by
      #3

      @Richard

      Thank you for your answer, Richard!

      I even tried vw, px, em, and %, but none of them worked, indicating that text is not responsible based on its container and is always mingling with each other.

      If someone else is experiencing this problem, I would be happy to know that it is not just my side. AlsoΒ surprisingly, my old pages don't have the same problem with texts and they work just fine.

      Ekran Resmi 2022-01-25 02.04.19.png

      Best,

      1 Reply Last reply
      0
      • RichardR Offline
        RichardR Offline
        Richard
        Global Moderator
        wrote on last edited by
        #4

        Dear @gunesmu

        Interesting indeed! are you able to post a link to your website so i could inspect the text boxes πŸ”


        Best wishes
        Richard
        G 1 Reply Last reply
        0
        • RichardR Richard

          Dear @gunesmu

          Interesting indeed! are you able to post a link to your website so i could inspect the text boxes πŸ”


          Best wishes
          Richard
          G Offline
          G Offline
          gunesmu
          wrote on last edited by gunesmu
          #5

          @Richard Sure, I am having this problem on this new page.

          Recently, my site has been very slow due to hosting I believe. I suspect that the problem is caused by me, but I am undecided and don't know what to do.
          Thank you for your time, Richard.

          1 Reply Last reply
          0
          • RichardR Offline
            RichardR Offline
            Richard
            Global Moderator
            wrote on last edited by
            #6

            Dear @gunesmu

            Unfortunately the link takes me to:

            http://laythemeforum.com:4567/topic/7552/responsive-text-problem/gunesmuhittin.com/gronland-2

            Is this the same for you? 🌝


            Best wishes
            Richard
            G 1 Reply Last reply
            0
            • RichardR Richard

              Dear @gunesmu

              Unfortunately the link takes me to:

              http://laythemeforum.com:4567/topic/7552/responsive-text-problem/gunesmuhittin.com/gronland-2

              Is this the same for you? 🌝


              Best wishes
              Richard
              G Offline
              G Offline
              gunesmu
              wrote on last edited by gunesmu
              #7

              @Richard Sorry, I hope this can work now.

              https://gunesmuhittin.com/gronland-2/

              1 Reply Last reply
              0
              • RichardR Offline
                RichardR Offline
                Richard
                Global Moderator
                wrote on last edited by
                #8

                Dear @gunesmu

                No worries with the link 🌝

                The font-size was set at 55px, when changing this to 62% The text does not clash and resizing of the page is maintained.

                Screen Shot 2022-01-27 at 9.51.34 AM.png

                The font-szie % must be chosen correctly for the area it inhabits, if you chose say 70% they would of course push into each other.


                Hope this helps
                Richard
                G 1 Reply Last reply
                0
                • RichardR Richard

                  Dear @gunesmu

                  No worries with the link 🌝

                  The font-size was set at 55px, when changing this to 62% The text does not clash and resizing of the page is maintained.

                  Screen Shot 2022-01-27 at 9.51.34 AM.png

                  The font-szie % must be chosen correctly for the area it inhabits, if you chose say 70% they would of course push into each other.


                  Hope this helps
                  Richard
                  G Offline
                  G Offline
                  gunesmu
                  wrote on last edited by
                  #9

                  @Richard Thank you for answer and your time Richard. But now I add the same text with the same codes, [26 px on pages [%4 in text formats]], just one is with longer text.

                  Here is the wordpress page.
                  Ekran Resmi 2022-01-27 03.03.22.png

                  Here is the website example, I still don't get why the lower ones are conflict but the upper ones are not.
                  Ekran Resmi 2022-01-27 03.03.37.png

                  Sorry If I'm not understand you correctly.
                  I will probably try another solution but wanted to update If anyone experience same things. Wish you a great day,

                  1 Reply Last reply
                  0
                  • G Offline
                    G Offline
                    gunesmu
                    wrote on last edited by
                    #10

                    If anyone has the same problem, I solved the problem by adding ''word-break: break-all;'' to the css code of text.

                    Now, regardless of the size of the text, it does not push each other.

                    Ekran Resmi 2022-01-29 09.23.19.png

                    1 Reply Last reply
                    1
                    • RichardR Offline
                      RichardR Offline
                      Richard
                      Global Moderator
                      wrote on last edited by
                      #11

                      Dear @gunesmu

                      Thanks for the update, sorry that i mis-understood there 🌝


                      Best wishes
                      Richard
                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      I also code custom websites or custom Lay features.
                      πŸ’Ώ Email me here: πŸ’Ώ
                      info@laytheme.com

                      Before you post:
                      1. When using a WordPress Cache plugin, disable it or clear your cache.
                      2. Update Lay Theme and all Lay Theme Addons
                      3. Disable all Plugins
                      4. Go to Lay Options β†’ Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"

                      This often solves issues you might run into

                      When you post:
                      1. Post a link to where the problem is
                      2. Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
                      3. If the problem is difficult to explain, post screenshots / link to a video to explain it
                      Online Users
                      dafvD
                      dafv
                      A
                      alasdair17
                      Forgot your key, lost your files, need a previous Lay Theme or Addon version? Go to www.laykeymanager.com
                      laytheme.com
                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Recent
                      • Tags
                      • Popular
                      • Users
                      • Search