News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Right column isn't positioned properly

Started by Mstcool, July 29, 2014, 07:38:01 AM

Previous topic - Next topic

Mstcool

Hey guys,

So I am a beginner at coding so this will be my first homepage I have ever coded. I know it doesn't look good but I will be improving it, so suggestions will be appreciated. :)

Anyways, the problem is that the right column isn't positioned properly, go to: http://hangtime101.x10.mx/index2.php to see what I am talking about. So, how would I fix this?



Codes removed since error was fixed. Thank You, gxm13, for helping me. :)

gxm13

Hey ,

You have this code .

Quote#rightcolumn {
     width: 50%;
     background-color: #C0C0C0;
     display: block;
     float: right;
     border: 1px solid white;

Try replacing the Width with another one ,

For example try

Quote#rightcolumn {
    width: 49%;
     background-color: #C0C0C0;
     display: block;
     float: right;
     border: 1px solid white;

I edited that on my end and here's how it looks .

Attached a photo.

Hope it helps ,

Cheers .

Mstcool

Oh my god, I love you. Thank You So Much!!! :)

Thank You Thank You Thank You!!!!!!!!!!!! :)

gxm13

Keep in mind wherever you see Height and Widht you can edit it to your liking , glad I could help you . ;)

Mstcool

I think I did edit it, but I never went less than 50% lol.

ARG01

Also keep in mind to take borders (when/if using borders) into account when using percentages. In many cases borders may have an effect on percentage widths.

;)
No, I will not offer free downloads to Premium DzinerStuido themes. Please stop asking.

Mstcool


Advertisement: