Website not centering in computer screen

Hello,
I'm building a website in dreamweaver and using fluid grid.
When the site is viewed on a screen larger than 1132px max-width, the site is rendering on the left side of the screen:
http://ourhtn.com/
I've place the header and footer outside the grid container and feel that this or other container element is causing the problem.
I can't figure out the solution; any help would be greatly appreciated.
Thanks so much,
Claude

Thanks for your quick response.  I appreciate your help.
I'll dig into this and compare what I've done with your example.
But I am confused, because the grid container is defined in my style sheet:
@media only screen and (min-width: 50px) and (max-width: 480px)
.gridContainer {
margin-left: auto;
margin-right: auto;
width: 95.35%;
padding-left: 1.275%;
padding-right: 1.275%;
clear: none;
float: none;
@media only screen and (min-width: 481px) and (max-width: 768px){
.gridContainer {
  width: 95.675%;
  padding-left: 1.1625%;
  padding-right: 1.1625%;
  clear: none;
  float: none;
  margin-left: auto;
  margin-right: auto;
@media only  screen
and (min-width: 769px) and (max-width: 959px)
.gridContainer {
width: 92.5%;
padding-left: 2.75%;
padding-right: 2.75%;
clear: none;
float: none;
margin-left: auto;
margin-right:auto;
@media
only screen and (min-width: 960px)
,gridContainer {
width: 90.5%;
padding-left: 3.75%;
padding-right: 3.75%;
clear: none;
float: none;
margin-left: auto;
margin-right: auto;
I am working on a template.  The only content I've placed in the grid container is a placeholder section tag #mainContent.
I placed header nav and footer outside of the grid.  Incorrect?

Similar Messages

  • I am trying to connect a Macbook Pro to a projector for a Powerpoint presentation. When I use a VGA cable, the color of the projected images are not good. When I use a USB cable, the projected image includes the presenter notes on my computer screen?

    I am trying to connect a Macbook Pro to a projector for a Powerpoint presentation. When I use a VGA cable, the color of the projected images are not good. When I use a USB cable, the projected image includes the presenter notes on my computer screen?

    To move an iPhoto Library to a new machine:
    Link the two Macs together: there are several ways to do this: Wireless Network,Firewire Target Disk Mode, Ethernet, or even just copy the Library to an external HD and then on to the new machine...
    But however you do choose to link the two machines...
    Simply copy the iPhoto Library from the Pictures Folder on the old Machine to the Pictures Folder on the new Machine.
    Then hold down the option (or alt) key key and launch iPhoto. From the resulting menu select 'Choose Library'
    and select the Library that you moved.  That's it.
    This moves photos, events, albums, books, keywords, slideshows and everything else.
    Your first option didn't work because you imported one Library to another. Every version and thumbnail is imported like a distinct photo, you lose all your Albums, Keywords etc., the link between Original and Previews is destroyed, the non-destructive editing feature is ruined and so on. In summary: it's mess.
    Your second option didn't work because you simply referenced her library on the old machine.
    Regards
    TD

  • Apple remote desktop will not show my  computer screen on class screens

    Hi
    I hope someone can help. i have just set up a mac suite running latest OS X 10.10 using apple remote desktop. The system is a bit sensitive but mostly works fine. The odd computer drops off etc.
    However, I want to be able to show the teacher computer on all of the class screens as the projector screen is quite small at the front of the class. When I set up screen share it says it is working but it does not show on their screens. They do get a screen sharing message on the menu bar of their computers but nothing happens. Am I missing a setting? I think I am doing right!
    thanks
    Tim

    Hi jsyedu129,
    Wondering if you found a solutions to your problem. I'm having the same problem. Can't not share my screen with classroom computers. Love to know if you have got this to work.

  • Default website not listed on start screen

    Hi All,
    I am not a regular user of Contribute but, instead am an IT administrator for our compnay.  So, forgive any ingroanace on the matter.
    We just moved this particular user to Windows 7 64 bit and she is having an issue with our website not showing up on the home page of contribute.  We are talking about version 6.5 here. 
    Here is her original ticket:
    I got a new Contribute key from David earlier today and it worked fine at first – I was able to edit some pages without issue. When I closed out Contribute and then opened it again later, though, the website connection was no longer listed.
    Usually when you start Contribute, you select the website connection you want to use from a list on the startup screen. It doesn’t show up there, but when I use the key again to set it up, it tells me that I already have a connection to this website, and do
    I want to override it? I’ve just been clicking ‘yes’ and overwriting the old connection.
    She is also reporting another issue: 
    I can’t edit pages that are secure (https). Am I going to have to have two different keys in order to do this? It was never an issue before—I’ve always been able to edit any page on our site, and I only
    had the one website key/connection.
    Any help is appreciated.
    Thanks

    For the first problem, try this.
    Go to Edit>My connections. I assume you are using the publishing server? If so, select that in my connections and click remove. Then try re-installing the permissions key. If not using the publishing server, just find the individual connections and remove them.
    Not sure about the second issue. Contribute should edit it just fine if she has all the read/write permissions for the drive it sits on set up properly but I'm not a server person so hopefully someone who is will come along soon.

  • Website not centering! Code and Pic included.

    I can't seem to center my website, please look at my code and tell me what I'm doing wrong, I just started coding today.
    There is my code so far and here is the layout of what it's suppose to look like.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>VisualizeControllers</title>
    <style type="text/css">
    .Container {
              height: 1397px;
              width: 1280px;
              margin-right: auto;
              margin-left: auto;
              text-align: left;
    body {
              background-image: url(images/BG.jpg);
              background-repeat: repeat;
    #Logo {
              position: absolute;
              width: 115px;
              height: 119px;
              z-index: 1;
              left: 34px;
              top: 13px;
    #VisualizeControllers {
              position: absolute;
              width: 200px;
              height: 53px;
              z-index: 2;
              left: 158px;
              top: 34px;
    #Slogan {
              position: absolute;
              width: 200px;
              height: 24px;
              z-index: 3;
              left: 173px;
              top: 89px;
    </style>
    </head>
    <body>
    <div class="Container" id="Container">
    <div id="Logo"><img src="images/Logo.jpg" width="114" height="115" title="" /></div>
    <div id="VisualizeControllers"><img src="images/VisualizeControllers.jpg" width="407" height="51" /></div>
    <div id="Slogan"><img src="images/Slogan.jpg" width="375" height="24" /></div>
    </body>
    </html>
    http://gyazo.com/f13c7b9e07393061dd1ad20c3e38d06a
    I can upload dimensions of all those pics in the picture if you ask. Please help me out and let me know. I'm a beginner. :/

    I just uploaded to 000webhost.com and used FTP FileZilla. That is my website so far and the problem is as you can see in this picture. I inspected the element in chrome and this is the picture. http://i46.tinypic.com/vhg64k.png and as you can see the "Container" is highlighted in blue and that is where I want my logo and everything to be in and for some reasons I can't seem to get it inside the container. I just realized that the container is centered and I got that margin on auto which is good, but why is the contents not in it? Any help with that?

  • Website not centered on layout, but it is on Internet Explorer, what could be the problem?

    My website www.thegreatestmindsofourtime.com/downloadpagemain.htm
    does not get centered when it displayed with Firefox.
    But if I use internet explorer, it is centered as it supposed to be.

    I'm not seeing that style rule.
    <pre><nowiki>.style54 {
    background-color: #FFFFFF;
    </nowiki></pre>
    You can test it by pasting this bookmarklet code in the Scratchpad window and execute (run) the code via Ctrl+R<br />
    <br />
    <pre><nowiki>javascript:(function(){var doc=document,css=doc.createElement('LINK');css.rel='stylesheet';css.type='text/css';css.href='data:text/css,'+'.style54 {margin-left:auto; margin-right:auto;}';doc.documentElement.childNodes[0].appendChild(css);})();</nowiki></pre>

  • Receiving printer not responding on computer screen. Unplugged, reinstalled wi-fi printer...nothing.

    Cannot get printer to respond. One computer will print, the other gets printer not responding message.
    We have reinstalled the printer, unplugged everything to no avail. Anybody have a solution?

    Hi, Sora!
    So that the Community can help you better, we will need to know exactly which operating systems are running on your computers, and which applications you're trying to print from. That, and any other details you'd like to give will help the Community better understand your issue!
    If this is a time-sensitive matter, our US-based technical support team is standing by, ready to help 24/7 via Email at http://bit.ly/EmailCanon or by phone at 1-800-OK-CANON (1-800-652-2666) weekdays between 10 AM and 10 PM ET (7 AM to 7 PM PT).
    Thanks and have a great day!

  • Why does Photoshop Elements 10 print dark and red, and not match the computer screen?

    I switched from Photoshop Elements 7 to Photoshop Elements 10.  I cannot get a print of a photo that matches the screen.  Photos are dark and red.  I cannot edit the photos because I do not know what will print out.   I have switched back to Photoshop 7 and my photos print fine, just as they have been edited.  I have spent hours on the Chat line with Adobe.  They have yet to help me resolve this problem.  Does anyone else have this problem or know what to do?  Adobe sure doesn't. I feel I have wasted money and am afraid to ever upgrade again.

    If you are using Photoshop Elements Editor for printing then make sure you have handled the color management of PSE correctly.
    There are two different scenario available in PSE to handle color management.
    Scenario 1 (When printer manages color). If you're known and familiar to your printer profile, the type of paper you are using and if you have any other customization done for your printer profile then in this case please select Printer Manages Color in Color Handling drop down under color management of PSE.
    To achieve this, follow these following steps.
    1. Launch Print dialog.
    2. Click on "More Options..." button.
    3. Now select Color management.
    4. Here you can see the Color Handling drop down. Please select Printer Manages Color.
    Note:- Use this scenario when you are sure a about your printer profile and settings.
    Scenario 2 (When Photoshop Elements handle color). In case you want PSE to handle all color management then please select Photoshop Elements Manages Color in Color Handling drop down. Then select the same printer profile as Image space.
    Note:- If you are using this option, make sure the color management of your Printer is off.
    Hope this will help you.

  • Websites not loading to full screen, just three fourths, on iPad 3.

    Q

    Grant,
    upon further investigation, the "application frame" yields other unwanted effects.
    That setting gives me tabbed viewing (which I don't want), even though I have that turned off in preferences. When I open multiple documents they open not as individual windows, but as a tab in the one open window. When I go into the options bar and set the "arrange documents" to "float in windows", I get the individual windows, but then I get the same problem of the windows not zooming to the full screen, as stated in my original posting.
    Also, just saw that even with the "application frame" checked, when I open a smart object layer, that window still has the same zoom issue.
    So the problem still exists.
    Any other ideas?
    fyi: here is a screen capture of the original screen / zoom issue.
    You can see the gray space on the left and bottom. The scroll bars are showing and the window will not get any larger.
    Thanks JeffN
    Message was edited by: JeffN3

  • I have Keynote 6.2 and when my Mac Pro is hooked to a projector I cannot get the presenter notes to show on the computer screen and not on the projected screen. Any ideas?

    I have Keynote 6.2 and when my MacPro is hooked to a projector with a slide presentation I cannot see my presentation notes on the computer screen and not on the projected screen. Any ideas?

    Somethings obviously gone wrong with your installation of Keynote.
    Try this repair for Keynote 6.2,  ensure you complete all the tasks and in the order shown:
    1  delete all the iWork applications if you have them, not just Keynote, using Appcleaner from Mac Update, its a freeware application
    2  empty the trash:  Finder > Empty Trash
    3  Shut down your Mac, wait 30 seconds, then hold down the Shift key while pressing the power button
    When you see the grey Apple symbol and progress indicator (a spinning gear), release the Shift key.
    If you are prompted to log in, type your password, then hold down the Shift key again as you click Log in.
    4   Let the Mac fully boot up, it will take longer as the OS is repairing the drive
    5  when fully booted, go to Applications > Utilities > Disc Utility; click on the boot drive then First Aid tab and click  repair disc permissions
    6  when complete, restart the Mac normally, Apple menu > Restart
    7  install Keynote from the Mac App Store
    let us know if this helped

  • 13.1 Update Issue- Blackmagic Ultrastudio HDMI Monitor Out not centered

    After the 13.1 update the HDMI monitor output on the Blackmagic Ultrastudio 4k is not centered on the screen. About 2 inches are cut off the right side. I have tweaked AE > Preferences > Video Preview - with Scale to fit being the only setting that shows a image.
    This only occurs on the HDMI out. The SDI output is correct. (Although only with Scale to Fit selected)
    It is only present in After Effects, Premiere monitor output works correctly.
    Any advice? Thanks in advance!
    Specs:
    AE CC 2014.1 release -v 13.1.0.111
    Apple MacPro 6,1 -- 3.7 GHz Quad-Core E5
    AMD FirePro D300 2048 MB
    OSx 10.9.5

                Ok, thats the procedure I was talking about earlier. I did that bios default factory reset just now. First the version 6 and earlier. It didn't work so I tried version 7 and later and that didn't work. I then tried version 6 and earlier again only this time pushed F10 more rapidly and got right in right when I got to the F5 and enter portion. Then I pushed F10 again to save the change and enter again to close. The PC didn't boot up the next screen like the test said it would. So I did it all again and spent some time reading what was on the bios pages but  accidently pushed ESC as the bios menu suggested instead of enter to close out   . No boot up screen again. I did another hard shutdown and then unplugged the cord for 5 minutes and this time the PC stayed off when I plugged it back in. The bios are set to default but I cannot get it to start again in safe mode or boot up. So if the power supply is working properly, and the monitor worked in safe mode, then the video card must be good. right?
              So I'm editing from the night before, its Monday morning here in Wi. and I'm sorry to say that after leaving the PC unplugged all night that when I plugged it back in this morning, the dumb thing started again without pushing the  start button.  So the only thing doing a recovery on the bios accomplished was to prove that my the video card can run the monitor in safe mode which is a good thing I guess. Hope someone has an idea as to what else I can try.-------thanks

  • My daughters Ipod Touch is stuck with a black/blue screen. She downloaded the game Breakaway from the App store yesterday and today she opened the game it said this game is not connected to game centers and the screen went black/blue reset didn't work

    She downloaded the game Breakaway from the App store yesterday and today when she opened the game it said "this game is not connected to game centers" and the screen went black/blue.  I tried resetting without the power adapter and with the power adapter and nothing happens.  She has only had the Itouch for 2 weeks.

    I did try that numerous times and nothing happened.  However, I did eventually get it to work.  After trying to reset it numerous times and the screen still just staying frozen I logged into the Home Share portion on the Home computer and deleted the Bubble Birds game.  Eventually the Itouch died and I was finally able to reset it by plugging it in and holding down the buttons.  I doubt the deletion of the game helped, but since it seemed to be the cause, I went ahead and deleted it.  Thank you for your reply.

  • Computer Screen going blank and computer not responding

    I have had a problem when in the middle of doing something my computer screen goes blue and all you can do is power it down. Any suggestions??

    That didn't work. On trying to install a new driver I got the error the graphics driver could not find compatible graphics hardware. Is there anything else that can be done to at least prevent the hanging of the computer even if it means less features from Firefox being available?

  • My 3rd generation ipod touch will not connect to itunes. i plug it up to the computer by USB and it makes a jingle and my computer recognizes it in the my computer screen, but it will not connect to itunes. what should i do?

    my 3rd generation will not connect to itunes when i plug it up to the computer by USB. i have tried to do it with itunes open and closed. it wont recognize it but it is recognizes in the my computer screen. it even makes a jingle when plugged up. on my ipod i can download music wirelessly from my itunes. other than this issue my ipod works just fine. what should i do?

    Try
    iOS: Device not recognized in iTunes for Windows
    I would start with              
    Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP
    or              
    Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    Before you reinstall the Apple software, also remove iCloud vi Control Panel Remove programs. The reinstall the Apple programs
    New cable and different USB port?
    Runs this and see if the results help with determine the cause
    iTunes for Windows: Device Sync Tests
    Try on another computer to help determine if computer or iPod problem

  • I have IMac 10.7.5 Lion I use I forgot the password and I did a few fixes from the we sites, which did not work and now I can not get the computer to reboot the gray screen comes on and if a shift c I get a load bar and it goes half way and help

    I have IMac 10.7.5 Lion I use I forgot the password and I did a few fixes from web sites, which did not work and now I can not get the computer to reboot the gray screen comes on with the apple and if a shift+c, I get a load bar and it goes half way and stops, I can get into the black screen area with the hard drive info
    I did the following:   mount -uw /    rm/var/db/.AppleSetupDone    shutdown/uses/us  reboot Ok I know I should not have, but now I need help to reboot and hopefully not lose everything on the desk top, Linda Markle

    You did the wrong things. In the future it's a good idea to remember not to do something when you don't know what you are doing and what happens when you do it.
    Forgot Your Account Password
    For Lion, Mountain Lion, or Mavericks
        Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
         When the menubar appears select Terminal from the Utilities menu.
         Enter resetpassword at the prompt and press RETURN. Follow
         instructions in the dialog window that will appear.
         Or see:
           Reset a Mac OS X 10.7 Lion Password
           OS X Mountain Lion- Reset a login password,
           OS X Mavericks- Solve password problems,
           OS X Lion- Apple ID can be used to reset your user account password.

Maybe you are looking for

  • My web cam is not working how do i get it to work again?

    Good Day  My web cam is no longer working on my labtop what do i need to get it to work agian, it tells me that something else is using the web cam, I have no clue what it is  thanks you  Kerry 

  • Epson WP4530 No longer able to Scan....

    Scanning function has been removed for my Epson WP-4530 Printer. Epson.com points scanner drivers back at Apple. Scan button in Printers & Scanners Pref Pane no longer there.... Have deleted and reinstalled to no avail. What worked 12 hrs ago no long

  • Need the Info

     I got a K7T266 Pro2 Main Board, Discovered that my Nvidia Baced Gforce MX440 VGA wont work on the board  X( , I would like to ask if a ATI Radion VGA's would have the same problem  ?(

  • Where can I download Siebel 8.0.0.6

    Hi All Where can I download Siebel 8.0.0.6?it seems not available on edelivery.... Regards

  • Firefox 2.0.0.8 = security alert when calling a Java applet method

    I have a JavaHelp applet that I launch using a method that I called from JavaScript when a user clicks on a link. A problem I found with Firefox 2.0.0.8 and JRE 1.4 is that when I click on the link it will try to display a security alert window, but