2 replies
  • WEB DESIGN
  • |
Hello,

I have three boxes side by side and center aligned at the bottom of my website. My website contains 7 seven pages total, all of them include these three side by side, center aligned boxes.

However...all of the boxes on all 7 pages are perfectly aligned except for the one on my contact page. Here, they are all misproportioned and off-center.

When I go to fix the three boxes on my contact page, I can do so, however when I do that somehow throws the three boxes off center for the other pages of my site.

So then I fix the boxes on the other pages and it in turn, then messes up the three boxes once again on the contact page.

Does anyone know why this is? Or how I can go about fixing this so that all three boxes are perfectly side-by-side and center-aligned for each page of my site?

Thank you!

Bre
#coding #question
  • Profile picture of the author VicFranks
    Since I can't look at your code I can only guess.

    Have you checked to make sure the css for your "contact page" is not getting inherited by your 3 containers or vice versa?

    Have you double checked to make sure you have no open elements and everything is formatted properly?

    Might try commenting out the elements that come into play with the contact page one at a time to see if you can isolate the problem..
    {{ DiscussionBoard.errors[2057098].message }}
  • Profile picture of the author Andrew11
    What program did you use to create the site? Like dreamweaver or raw HTML? Boxes I think you mean tables yea xD? Should be an easy fix link the HTML or CSS code maybe it is just a < > that is missing
    {{ DiscussionBoard.errors[2057426].message }}

Trending Topics