Viewing 4 replies - 1 through 4 (of 4 total)
  • You will need to edit your css style sheet.
    I used this extension for Firefox to look at your CSS sheet:
    https://chrispederick.com/work/webdeveloper/

    Using the extension CSS editor I was able to get your main content area to align to the left
    find this in your CSS sheet
    #rap {
    and add this right underneath it.
    float: left;

    BE SURE TO BACK UP YOUR CSS STYLE SHEET FIRST, so you can undo any changes you make, if you need to.

    Probably won’t solve all your issues, but it’s a start in the right direction. Be sure and get that extension, too. It’s great for editing CSS.

    Thread Starter ssor

    (@ssor)

    Thanks I’ll give that a go ??

    Hey cool! Looks like you got it! Good job!

    Thread Starter ssor

    (@ssor)

    Yeh pretty simple actually!

    Thanks.

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