About me page overflows sidebar

Homepage Community Forums Aspire Theme Support About me page overflows sidebar

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #20328
    Pwedgar
    Customer

      Hi – I have another question. I have used other themes in the past that do not have this issue. When I create a Page and call it About Me, and then add content to that page, such as a picture and some text, the text overflows into and past the right content sidebar. I feel the About me page should be contained and not over flow. How can I stop this behavior?

      the link to a sample of the page is here: http://www.strategicqualitysolutions.com/about/

      Any help is much appreciated.

      Best,

      Phillip

      #20336
      Wes
      Moderator

        Unless you have content that shows up as a long repeated string of characters, this won’t happen on any of your pages. If you write normal content with paragraph, spacing, periods, etc then it will stay within the defined content width/area as it’s designed to. The same string of characters could happen to other themes/sites too unless you directly add a word-wrap.

        If for some reason you do have repeatable characters like the page in your link then you can add this to your content – word-wrap: break-word;

        .content {
            float: right;
            width: 700px;
            word-wrap: break-word;
        }

        This won’t happen to your real/regular content so I wouldn’t worry about it.

        #20340
        Pwedgar
        Customer

          @Wes – thanks again. That’s interesting how it works.

          #20347
          Wes
          Moderator

            You’re Welcome! If you run into any issues with it just let me know.

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘About me page overflows sidebar’ is closed to new replies.