• After hours of searching, and fiddling with css I still have not found a simple article on how to shift the entire blog to the left. It must be simple. I have edited quite a few wordpress blogs in the past, but today I would like to live on the left. Can anyone drop me a link or a little bit of code. Many thanks, sorry this must have been posted so many times but wordpress search engine seems to not be what it used to be.

    interlude22

Viewing 8 replies - 1 through 8 (of 8 total)
  • As images are used as part of the layout, it won’t be simple.

    Maybe find something you like better over at http://themes.wordpress.net/ instead? Or something easier to modify, at any rate.

    Thread Starter interlude22

    (@interlude22)

    What I have done in the past is to modify the images and the size dedicated to them in the css to create a final appearance that looks how I would like it too. There must be a section of code that gets called to position everything in the center. I am designing this site as a portfolio, so choosing someone elses theme is not appropriate. Anyone who knows if this code is on the css or the php?

    Thread Starter interlude22

    (@interlude22)

    For anyone that uses wordpress and has never moved a blog to the left, just go to the structure section in the css file and add the following

    /* Begin Structure */
    body {
    	margin: 0 0 20px 0;
    	padding: 0;
    	float: left;
    }

    the float left is the new part to this and it just pings the whole blog to the left hand side. I think Handy Solo may want to revise his css advise through this forum considering he is a moderator, the advice given above is quite clearly that of an amateur. Please do not try to give rubbish theme solutions to simple problems, especially to users learning css and wordpress format. Many thanks solo!

    Nor is it necessary to use float to move the blog to the left.

    Look for the outer wrapper (page I think) then do:

    {margin: 0}

    kbf

    (@kbf)

    What file would you add the code to in order to add a floating sidebar on the free right margin?

    thanks

    Thanks Interlude, for your “little bit of code” I too was trying to figure this out!

    Root –> Awesome dude 🙂 Solved my problem in an instant!

    Having the same issue, (left-align blog) and the above solutions didn’t work in any version of i.e.

    http://93nevins.com/blog/

    Works fine in firefox and safari…i.e. is the prickly one.

    Any help would be appreciated. Thanks.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Align blog to left, kubrick theme’ is closed to new replies.