• It’s a real simple question but I bet the answer will be so complicated that I will just give up and run away.

    My site that I am building to replace my old one:

    https://www.78west.com/wordpress/

    Just to get all that stuff on the right over to the left, is that possible to do? My site always had stuff like links and catagories and what have you on the left hand side so I was hoping I could do it here.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Within the ‘Main Index Template,’ move this <?php get_sidebar(); ?> above the area that displays the posts. It should be at the bottom, which means it renders last and thus to the right.

    Best thing to do is, contact the theme maker. Because that is their theme… =) I’m not sure, but I think ppl did mention this to her already….and I’m not positive, but I thought she was going to work on a left sidebar theme like that..please don’t hold it to me though.. =) She’s been busy lately..

    https://www.vanillamist.com/blog/

    spencerp

    *EDITED* Just contact the theme maker at the URL I gave ya before.. =)

    https://www.vanillamist.com/blog/

    spencerp

    God damn it!! Now I’m wasting posts because other’s aren’t sure what they talking about….ARGGHH!!

    #content {
    width:510px;
    border: 1px solid red;
    float:right;
    padding:5px;
    margin:0;
    overflow:hidden;
    display:inline;

    }#sidebar {
    width:186px;
    float:left;
    padding:0px 8px 10px 8px;
    margin:0;
    font-size:1em;
    color:#333;
    display:inline;

    Well apparently Kassad knows lol!! =) If that works right, thank Kassad! =)

    spencerp

    Thread Starter lordjezo

    (@lordjezo)

    Oh man Kassad, thanks so much. That worked like a charm.

    One thing I noticed was that I had to keep the formatting the same in the php code, couldn’t just copy and paste. After I did it the site worked fine.

    +1 for Kassad, you know, if I could do such a thing.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Just move sidebar to the left?’ is closed to new replies.