• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Dreamweaver Issue - text flows off page in tablet and mobile view

Community Beginner ,
Feb 12, 2019 Feb 12, 2019

Copy link to clipboard

Copied

Hi, now that my site is responsive, I see that the text on all my pages except the index page flows off the page in both tablet and mobile view. I tried editing CSS but feel like I am only making it worse. Site is laurieakincaid.com and probably safe to say this all be my last site;)

Views

183

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Feb 12, 2019 Feb 12, 2019

On your 'about' page you have the paragraph text set to a 'specific' width in your css file:

.text-white-description {

  color: rgba(248,246,246,1.00);

  font-size: 30px;

  width: 996px;

}

Just delete the width or use a  % width.

Votes

Translate

Translate
LEGEND ,
Feb 12, 2019 Feb 12, 2019

Copy link to clipboard

Copied

On your 'about' page you have the paragraph text set to a 'specific' width in your css file:

.text-white-description {

  color: rgba(248,246,246,1.00);

  font-size: 30px;

  width: 996px;

}

Just delete the width or use a  % width.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Feb 12, 2019 Feb 12, 2019

Copy link to clipboard

Copied

LATEST

THANK YOU!!!! That was something I did while trying to fix another issue. Glad i asked because I would have never found that on my own. I genuinely appreciate your help!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines