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

css edits not showing in dreamweaver

Community Beginner ,
Sep 30, 2025 Sep 30, 2025

Running macos 15.6.1
Dreamweaver 21.2
Mac mini M1

Last week DW began to hang, a lot. This usually occurred when Dreamweaver was launching. Adobe Support had me uninstall 21.6. They told me to install version 21.2. 

Now, when I try to edit css stylesheets, none of my attempts show any results. 
I want to widen the div containing text. I also want to slide it to the left. 

Am I reading the css incorrectly? Before the DW problems arose, I had been able to begin the editing I want. 
How can I examine the css, to find the source of this problem? 

131
Translate
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 Expert ,
Sep 30, 2025 Sep 30, 2025

Code questions require you to give the code, otherwise it's all guesses.

Copy and paste your entire css code into a forum response (DO NOT use email replies, code won't come through).

Next, paste the entire html code of the page in question.

Be as descriptive as possible as to which element you want to change and how you want it changed. One of the contributors here will be able to get you going in no time.

Translate
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 Expert ,
Sep 30, 2025 Sep 30, 2025

Upload the problem page to your server and post the URL here for us to look at.

My guess without seeing anything is that you're attempting to change the wrong selector and nothing is happening. 

 

Moving elements around in an outdated Template is often more trouble than it's worth.  It might be simpler to start over from scratch. 

 

Make a pencil & paper sketch of where you want things to display on mobile, tablet and desktop.

Use that as your prototype for creating a mobile-first layout with Bootstrap. 

 

Nancy O'Shea— Product User, Community Expert & Moderator
Translate
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 Expert ,
Sep 30, 2025 Sep 30, 2025
LATEST

I'm surprised they told you to go backwards. Can you try going back to 21.6 and upgrade to OS 15.7.1? But regardless the problem does not sound related to DW but more to your code. Have you tried validating your code? https://validator.w3.org/

Translate
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