Need help urgently HTML/CSS

Status
Not open for further replies.

Korey

Member
Jan 7, 2014
50
0
Okay so basically my website appears fine for me:
But apparently when other people visit it the website has duplicated images, and things aren't in the right place. Magic attempted to help me earlier, but his advice didn't work out.
HOW IN THE HECK DO I FIX THIS?

How it looks for me:

How it looks to others:

And I'm just like wtf because on the 2nd one the navigator bar isn't taking up most of the screen, nor does the footer.
 

Korey

Member
Jan 7, 2014
50
0
I think it worked.... Hmph.
But how can I make it so that my footer is stretched from end to end. Instead of being in the center like that!
 

Sean

‫‫‫‫‫‫  ‫  Don't Worry, Be Happy
Dec 12, 2011
1,121
405
Please upload the latest version, your footer has no styling for me:
 

Korey

Member
Jan 7, 2014
50
0

how can i make it so my footer so it goes form side to side.
idk how i managed to do it with my navigator bar.
 

Sean

‫‫‫‫‫‫  ‫  Don't Worry, Be Happy
Dec 12, 2011
1,121
405
Replace your .footer class with this:
Code:
.footer {
background-color: black;
color: white;
text-align: center;
padding: 20px 0;
opacity: 4.0;
width: 100%;
position: absolute;
bottom: 0;
opacity: 0.4;
}
 
Status
Not open for further replies.

Users who are viewing this thread

Top