• youstaygold

    (@youstaygold)


    https://www.lifeofaspectator.com

    If you take a look at my site, more importantly the ‘blog’ section, how would i go about having my posts appear from the top right of the page? I have seemingly tried everything, but hopefully someone can point something out I have missed. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter youstaygold

    (@youstaygold)

    anyone? anyone? Bueller?

    lindsayanng

    (@lindsayanng)

    You need to create a fixed width website, then give the box that you want to be on the right side a fixed width and the box that you want to be on the left side a fixed width.. Basically if you have a fixed width of 1000px, and you want the left side to be smaller than the right, you create a width for the left side box of 280px and the right side will have a width od 720px (notice that they both equal 1000)

    Then you give the right side a float:right in the css

    that should do it

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Making posts appear on the right side of the page.’ is closed to new replies.