6 replies
  • WEB DESIGN
  • |
Ok, can someone please help me with this, it is technical and involves code, which is why I'm completely lost....so if anyone can help me out with this one specific problem, I would be extremely grateful!

Here is my site:

RMM.com Home

if you scroll down to the bottom of the page, do you see those three boxes I have that are off to the left of the page??

Well I would like those centered....so that they look like the three boxes on this page of my site:

RMM.com About Us


Please let me know what I should do and what code to fix. And please be real simple with your explanation because I'm doing this on my own, and I'm still trying to get the hang of 'code'

Thanks a bunch guys, looking forward to a response!!

Take care,

Breanne
#code #question
  • Profile picture of the author Susan Hope
    Have you now sorted this one out because when I go to the page where you say they are not centered, they are now centered - I am viewing using Firefox.

    Let me know.
    Sue
    Signature
    One-to-One WordPress Coaching Service Available at Low Hourly Rate - Let the frustration end now! WordPress Installs, Theme Design, Site Tweaks & other WordPress services available
    Find me on Pinterest: PINTEREST
    {{ DiscussionBoard.errors[2028338].message }}
    • Profile picture of the author Brekat23
      Originally Posted by SusanneUK View Post

      Have you now sorted this one out because when I go to the page where you say they are not centered, they are now centered - I am viewing using Firefox.

      Let me know.
      Sue

      On my home page and testimonial page, the three boxes at the bottom are off to the left, every other page on my site they are centered as they should be.


      At least that is how I am viewing it, using Internet Explorer - not sure how Firefox works.

      Any suggestions pls?

      Thanks
      Signature
      "The World of IM: Physically Easy - Mentally Challenging - Emotionally Intense."

      {{ DiscussionBoard.errors[2028351].message }}
      • Profile picture of the author Susan Hope
        If you use Firefox (mozilla) when making sites, you can use an add on called "firebug" which I find I couldn't live without now

        I just firebugged two of your pages, one that is working and one that is not and the page that is working the #bodycontainer goes all the way around the main part AND the three boxes which are then centered correctly and on the page that they are off to the left, the #bodycontainer ends after the main part of the page and not after the three boxes.

        So not sure if that has something to do with it or not and I am afraid it is late here now in the UK and I need to get to sleep, so perhaps someone else might be able to take over and help and point you in the right direction, if not, if I get the chance tomorrow to check in and see if you have it sorted and if you do not, then I will create a couple of images of what I see when I look at it via firebug (which also shows the CSS where you might need to make the change(s)).

        Good luck, hope you sort it and goodnight from me.
        Sue
        Signature
        One-to-One WordPress Coaching Service Available at Low Hourly Rate - Let the frustration end now! WordPress Installs, Theme Design, Site Tweaks & other WordPress services available
        Find me on Pinterest: PINTEREST
        {{ DiscussionBoard.errors[2028396].message }}
        • Profile picture of the author davidsbain
          Originally Posted by SusanneUK View Post

          If you use Firefox (mozilla) when making sites, you can use an add on called "firebug" which I find I couldn't live without now

          I just firebugged two of your pages, one that is working and one that is not and the page that is working the #bodycontainer goes all the way around the main part AND the three boxes which are then centered correctly and on the page that they are off to the left, the #bodycontainer ends after the main part of the page and not after the three boxes.

          So not sure if that has something to do with it or not and I am afraid it is late here now in the UK and I need to get to sleep, so perhaps someone else might be able to take over and help and point you in the right direction, if not, if I get the chance tomorrow to check in and see if you have it sorted and if you do not, then I will create a couple of images of what I see when I look at it via firebug (which also shows the CSS where you might need to make the change(s)).

          Good luck, hope you sort it and goodnight from me.
          Sue
          I can see the boxes not lining up correctly. Reading Susanne's decription above this makes it easier to understand. What is happening is that you have an </div> tag higher up your code than on the other pages and that </div> is closing the style #bodycontainer before the three boxes. This means the three boxes are not having the same style applied to them.

          How do you fix this ?
          Look through the code of one working page and one non-working page. Look at the open <div> and the closed </div> and compare if you have an extra </div> on the pages that are not working or look for </div> higher up on your code for the page that is not working verses the code that is.

          Hope this is understandable.
          David
          {{ DiscussionBoard.errors[2028415].message }}
          • Profile picture of the author Brekat23
            Hey guys, thanks for responding to my thread.....unfortunately, I'm really not sure what you mean haha.

            This sounds like a mess, which is exactly what I don't want...

            I'd like my site to look the same no matter what browser someone is using, and all I need to fix are these three boxes at the bottom of my site, they need to be center aligned.

            Code is so confusing, atleast for me...

            I see about a million different </div> and <div> all throughout the code for my pages, so I apologize...but I couldn't figure out how to fix this based off of your suggestions..

            I'm just ignorant, but hey, I'm learning haha

            Thanks again for your help and let me know if there is anything else I could try to fix these damned three boxes:rolleyes:

            Breanne
            Signature
            "The World of IM: Physically Easy - Mentally Challenging - Emotionally Intense."

            {{ DiscussionBoard.errors[2028468].message }}
  • Profile picture of the author pmrc
    Change this line:

    <divid="rowalign" style="width: 850px; margin-left: 83px;">

    to:

    <divid="rowalign" style="width: 850px; margin-left: 89px;">

    and remove 3 of the 8 </div> just above this line:

    <div class="clear"></div>
    <div id="footer">

    Should center your image and fix the footerleft and right to be correct as on the other page.
    {{ DiscussionBoard.errors[2028743].message }}

Trending Topics