• Hi all! I have a question on regarding the code on my wordpress blog. I was changing the look and feel of the site and might have messed up a margin somewhere and can’t seem to find it.

    I need help on a sample post layout. The right navigation bar goes all the way on the bottom right of the page when you go to the post’s page.

    Here is the test page:

    https://actuallyromantic.com/blog/?p=5

    Can anybody here help?

    I’ll appreciate any response…

Viewing 4 replies - 1 through 4 (of 4 total)
  • I would bet you have a [<center>] tag with out a [</center>] somewhere. either on your side bar or in the post.

    you have these errors in your css and you are probably missing a div somewhere

    47 #ripped_top attempt to find a semi-colon before the property name. add it
    47 #ripped_top Property progid doesn’t exist : DXImageTransform
    47 #ripped_top Parse Error DXImageTransform.Microsoft.AlphaImageLoader(src=”image-files/bg_ripped-top.png”,sizingMethod=”image”);
    48 background Parse Error background: none;
    49 background Parse error – Unrecognized }
    315 #sidebar Value Error : width only 0 can be a length. You must put an unit after your number : 207
    316 #sidebar Value Error : height only 0 can be a length. You must put an unit after your number : 200
    401 #page Value Error : background-color white is not a valid color 3 or 6 hexadecimals numbers #white

    I would agree with 4k, and say that it is probably a missed out div tag.

    I had the self same problem on my site and that is what it turned out to be.

    Hope you get it fixed as it looks very nice

    SMSU

    Thread Starter czarina

    (@czarina)

    Thank you for all the replies! Let me see if I can fix these errors and add that missing div somewhere.

    Thanks again!!

    Czarina

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Beginner – question’ is closed to new replies.