Reduce the size of the screen of my reactive design layout (was: Dreamweaver CC)

I created a responsive design with Dreamweaver Cs6 and now I use CC min 480 screen size is a way to make the smaller screen size?

Try to set it to 480px size display max .   That will cover all devices from 0 to 480px wide.

A screen min size is all devices 480px wide or greater.  Make sense?

Nancy O.

Tags: Dreamweaver

Similar Questions

  • Reduce the screen resolution/size

    Hello

    I upgraded from XP to Windows 7.  During the upgrade, I'll sort my screen size 640 x 480. This makes everything on the huge screen.  You can see from the page at any time.  I tried to reset it, under the resolution of the screen, but it is grayed out.  The driver for the monitor is a generic Microsoft & I can't find the original for the monitor (gateway 19 ") driver.  Any ideas?

    Thank you

    On Sunday, February 9, 2014 14:40:15 + 0000, MiaNelson wrote:

    Hello

    I upgraded from XP to Windows 7.  During the upgrade, I'll sort my screen size 640 x 480. This makes everything on the huge screen.  You can see from the page at any time.  I tried to reset it, under the resolution of the screen, but it is grayed out.  The driver for the monitor is a generic Microsoft & I can't find the original for the monitor (gateway 19 ") driver.  Any ideas?

    You need the Windows 7 driver for your video card, not for your
    monitor. Go to the website of the manufacturer of the video to watch card
    for this.

    Or, if you have a video on motherboard instead of a separate video card
    get the web site of the manufacturer of your computer.

  • How to reduce the screen resolution

    Windows 98 how forcing standard 640 x 480 to 1024 x 768 resolution settings as the slide bar is grayed out, is there a way to force it to change. I tried to change the drivers of the settings, but it keeps asking for the disks that I have not, overwhelms the display on the screen and I need to lower the resolution.

    Not a problem, John.

    You find the problem with technology is older.  Once the operating systems have been abandoned (98, XP and soon Win 7), the component manufacturer no longer provides drivers for them.  The fact is, develop drivers is not an easy task.  They must not only be compatible with the components, but with the other drivers.

    This is Win 7 Upgrade Advisor.  You can check if your computer supports Windows 7.  If this isn't the case, you do not simply to be able to adjust the resolution with Win 98.

    Please click "Thumbs Up" if I helped you and click on "Accept as Solution" If your problem is resolved.

  • Camera does not work after you reduce the screen brightness

    Hello

    I have an application that uses the camera in QML. It works fine, but if the screen fades while my application is open the camera no longer until I restart the application.

    Here is the page of qml any camera:

    import bb.cascades 1.0
    import bb.cascades.multimedia 1.0
    
    /**
     * Most of this code was copied from:
     * https://developer.blackberry.com/cascades/documentation/design/camera/taking_a_photo_with_the_front_...
     */
    
    Page {
        property string pictureLocation: ""
        function closeCamera() {
            createReportNavigationPane.cameraClosed(pictureLocation)
            pictureLocation = "";
            saveID.enabled = false;
            sheetCamera.close();
        }
        titleBar: TitleBar {
            acceptAction: ActionItem {
                title: qsTr("Save")
                id: saveID
                enabled: false
                //title: "Save"
                onTriggered: {
                    closeCamera();
                }
            }
    
            // The 'Cancel' action
            dismissAction: ActionItem {
                title: "Cancel"
                onTriggered: {
                    pictureLocation = "";
                    closeCamera();
                }
            }
        }
        onCreationCompleted: {
            // Check to see if any cameras are currently accessible.
            if (camera.allCamerasAccessible) {
                // Open the rear camera.
                camera.open(CameraUnit.Rear);
                camera.isOpen = true
            }
        }
        Container {
            layout: DockLayout {
            }
    
            // The Camera object.
            Camera {
                id: camera
                preferredWidth: 768
                preferredHeight: 1280
                objectName: "camera"
                property bool photoBeingTaken
                property bool isOpen: false
                onTouch: {
                    if (event.isDown()) {
                        if (photoBeingTaken == false) {
    
                            // Take a photo, and automatically
                            // save it to the file system.
                            camera.capturePhoto();
                        }
                    }
                }
    
                // The following are examples of slots that can
                // be used with the Camera object to handle
                // the various signals that are emitted.
                onCameraOpened: {
                    // Once the camera is open, start the viewfinder.
                    camera.startViewfinder();
                }
                onCameraOpenFailed: {
                    console.debug("Camera cannot open");
                }
                onViewfinderStarted: {
                    console.debug("Viewfinder has been started");
                    photoBeingTaken = false;
                }
                onViewfinderStartFailed: {
                    console.debug("Viewfinder could not be started");
                }
                onPhotoCaptureFailed: {
                    console.debug("Photo could not be taken");
                    photoBeingTaken = false;
                }
                onPhotoSaveFailed: {
                    console.debug("Photo could not be saved");
                    photoBeingTaken = false;
                }
                onPhotoSaved: {
                    saveID.enabled = true;
                    photoBeingTaken = true;
                    console.debug("Photo has been successfully saved");
                    photoBeingTaken = false;
                    console.log(fileName);
                    pictureLocation = fileName;
                    var imageName = pictureLocation.substring(pictureLocation.lastIndexOf("/") + 1);
                    var imagePath = "/accounts/1000/shared/camera/" + imageName;
                    cameraPreview.imageSource = app.getCameraPreview(imageName, imagePath);
                }
            }
            Container {
                layout: StackLayout {
                }
                leftPadding: 10.0
                topPadding: 10.0
                Container {
                    preferredHeight: 200
                    preferredWidth: 200
                    horizontalAlignment: HorizontalAlignment.Left
                    Container {
                        verticalAlignment: VerticalAlignment.Center
                        ImageView {
                            id: cameraPreview
                            verticalAlignment: VerticalAlignment.Fill
                            horizontalAlignment: HorizontalAlignment.Fill
                            scalingMethod: ScalingMethod.Fill
                        }
                    }
                }
            }
        }
    }
    

    Thank you

    Gerry

    so, there is a signal of cameraResourceReleased which you can listen to that will tell you that the camera has been arrested.

    After that, you can restart the viewfinder after your application is in the foreground.

    We have a corner case that we are still working on what centers around the case when the screen starts to close (causing the camera to stop), but the user he wakes up before the browser tells your application in the background.  In this case, you may not receive a leading event.  You can probably work around this case by launching a timer and check, after a second or two, if the application has been deleted original or not... If it is still in the foreground, then you could try restart the viewfinder

    See you soon,.

    Sean

  • Unable to reduce the screen resolution

    I use windows 7, 32-bit operating system. I can't lower the screen resolution using the fn key.

    Please help me

    Hi MD. SECK,

    You have Win7 all you have to do is right click anywhere, the office and the menu will display 'screen resolution' bottom of this menu.

  • How to reduce the screen of the monitor, happened when restarting the computor

    My screen is very large pront and safe mode came after the computer told me to restart.

    I can't get the magnification up to normal size and get rid of safe mode. Help, I am a novice to this

    and one of my computer friends helped me to get rid of some unwanted material.

    don't know what it is

  • The restore button on the top right of the screen is not clear and I was wondering how to fix this please

    Restore down and reduce to a minimum the button are grayed out looking. However, the close button is ok. How can I get these showing clear please?

    Start Firefox in Safe Mode to check if one of the extensions (Firefox/tools > Modules > Extensions) or if hardware acceleration is the cause of the problem.

    • Put yourself in the DEFAULT theme: Firefox/tools > Modules > appearance
    • Do NOT click on the reset button on the startup window Mode safe

    If you use a windows theme non standard or other changes in appearance and then try to undo these changes and use a (different) standard theme or wallpaper of Windows.

    • Control Panel > personalization > Theme & window color and appearance
  • Venue Pro - Windows 8.1 8 keyboard to the screen shows comma in digital layout

    Even change my regional settings to use the point ".". I always get the comma in the digital layout of the onscreen keyboard.  Changed the location/region South Africa as well, still does not help.

    Is it possible to change this?

    I have 2 languages installed on landmines (English and German) shows English German by commas and dot.

    I suggest to remove other languages, you may have installed or remove English and reinstall as previously mentioned. Maybe the system is mixed up.

  • Referring to a June 14 the question on the removal of the logo of a reactive HTML5 layout

    Willam replied:

    There are two ways to do this:

    • Import a 1 x 1 px transparent png image and set it as the image of the logo.
    • Remove the layout pages to the cell of the table with class "logo". Then update the CSS for the table.headertable and the cells in a table.

    I changed the logo, but I don't know what he meant by "remove the cell of the table with class 'logo' on the layout pages. What files?

    I think that "'update the CSS for the table.headertable and the table cells ' means remove the section of td.logo of table.headertable of main.css."

    Sorry for the noob questions, but I'm not a techie.

    You need to remove the table cell in the HTML code of the *.slp files. There should be ain the code HTML must be removed.

  • With W - Xp how to adjust the screen size to fit my small computer 10 inch?

    The screen is larger than the size of the computer.  How can I make or reduce the screen 10 "?

    Hi jamessweeney,

    You can try to lower the resolution of the screen and check if it helps.

    For more information, see these links: to change your screen resolution

    Change the resolution of your monitor

    Hope the helps of information.

    Please post back and we do know.

  • My 'to-do bar' (the black belt at the bottom of the screen) became really wide. Can't fix. Help me!

    All of a sudden my 'to-do bar' (the black band at the bottom of the screen) became really wide.  It was 1/2 inch (or 1 centi meters), but now almost 2 inches wide (or 5 hundred meters). She takes down 1/4 of the screen! I must have hit some button to cause this?   How to make the 'taskbar' how it was (to make it close)?  Please help me.  Thank you in advance.

    http://www.blurtit.com/q324464.html

    To make smaller or larger, you can place the mouse cursor on the top edge of the taskbar. Make sure that the taskbar is unlocked by right-clicking on the taskbar and if you deselect the option "lock the taskbar". This will allow the bar tasks to move freely. The mouse cursor will change to 2 arrow keys. Click and hold the left mouse button while on the 2 arrows keys and make the mouse upward or down to increase or decrease the size of the taskbar respectively.

    See you soon. Mick Murphy - Microsoft partner

  • Why is the screen on my iMac 2010 goes dark?

    Recently, two problems started occurring with my iMac 2010. I don't know if they are related, but I read the answers to similar questions here and have tried the solutions proposed, but without any positive results.

    My screen started to go completely dark sometimes. The computer still works, but I have nothing but a black screen.

    Things I've tried: running a scan of viruses, reset the PRAM, reset the SMC, by lowering the brightness of the screen, installation of a 3rd party app to increase the speed of the fan (on the premise that maybe superheat).

    When I lowered the brightness of the screen, I noticed my second problem.  Upon restart, the brightness of the screen would be how far it was before I lowered. (to 70%)

    At least I get some other ideas the good people here, my next step will be to open my computer and start checking the connections to see if all the cables are properly installed.

    Thanks in advance for any help!

    Uninstall the antivirus application. There are no viruses that can attack Mac.OS X. For example, anti-virus programs are selling a cure for a disease that does not exist. And they are known for the Mac was systems.

    This probably isn't the cause of your problem, but in the future it will be.

    When the screen goes black, if you shine a flashlight on you see the Office?

  • Satellite 210CS - the screen stays black (even to an external monitor)

    Dear Toshiba Forum members and guests.

    Several months ago, I found an old laptop. When I turn it on, the screen remains black. And when I connect an external monitor to the laptop via the VGA input, two screens are black. I used a flashlight, pulled on the LCD screen of the laptop, but I don't see all the details on the screen.

    I thought it was because of the empty RAM slots. This week, I bought a RAM-unit and installed.
    I tried to start the laptop again, but nothing on the two screens (even though I used a flashlight).
    I searched the Internet for certain solutions, but nothing works. I also tried updating the BIOS, found on the Web from Toshiba site.

    Some information on the laptop:
    Toshiba Satellite 210CS/1.3
    PA1230E
    48 MB RAM
    1.3 GB HARD DRIVE

    Date of manufacture: 4 ^ th ^ October 1997

    If you want more information or you would like more information, please put a comment in this thread.

    I hope someone can help me solve this problem.

    Thanks in advance.

    I think there must be some serious hardware problem.
    I don't think that someone will be able to tell what part exactly failures because it could be any inner part.
    You buy the RAMs again. Well, in this case, we can exclude RAM problem, but there is probably a motherboard, CPU or a graphics card problem.

    From my point of view of the few you don't have many options: perhaps you could found some other good treatments Satellite 210CS somewhere in the internet since it is not very easy to get parts for this oldie

  • Satellite L500-1XD - why the screen jump when running on batteries?

    I recently bought my L500 and it works very well when it is connected to the electric network, but when I running on battery the screen jumps and flickers.
    I was told to look at the BIOS but that seems fine.

    Any ideas?

    Thank you
    Kate

    Jumps and flickers?
    The same happens when you use different power management?

  • Satellite P300-1GN: greenish tint in the upper left corner of the screen

    I recently bought a Satellite P300-1GN, best laptop, I have ever bought!

    I booted up one morning to find a greenish hue in the upper left corner of the screen, at first I thought it was a graphics issue, but after looking closely, saw there was a line of crack/straight lines in the screen itself.

    Fig 1: [http://onfinite.com/libraries/1506419/600.jpg] sorry for the bad quality, camera phone.

    Photo 2: [http://onfinite.com/libraries/1506420/600.jpg]

    Then I had a glance at the back of the laptop to see if there was marks, see if something had been abandoned or struck, but no indication of that.

    Now the crack grew, and instead of going down, it goes right through the screen :(

    Photo 3: [http://onfinite.com/libraries/1506421/600.jpg]

    Could anyone help as to what could be the cause, and if it is covered by the standard warranty 1 year?

    Hello!

    To be honest, I've never seen such a display problem, but for me it seems to be a malfunction of the internal display. Looks like the internal display is broken somehow

    I think that in this case you need professional assistance from an authorized service provider. Technicians can check the display and tell you how it happened I think.
    On the Toshiba site, you can search the nearest ASP:
    http://EU.computers.Toshiba-Europe.com-online decision-making supported downloads & => find an authorized service provider

    Good bye

Maybe you are looking for