Not signed in (Sign In)
  • Support Us

    You want to support Sadish?
    You can
    Donate Now

  • Buy our Theme : NigaRila

    NigaRila
    NigaRila is a 3-column theme
    with a lot of features, created and supported by Sadish.
    NigaRila - Buy it now !


    Buy our Theme : Pal Nila

    PalNila
    PalNila is a 3-column theme
    with a lot of features, created and supported by Sadish.
    Pal Nila - Buy it now !








Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

Welcome guest!
Want to take part in these discussions? Please Sign In or Apply for membership now!
    • CommentAuthorbradhodges
    • CommentTimeNov 23rd 2009
     permalink
    I think something got whacked on a theme you modified called "Light Theme" on the alignment of text in the right sidebar and I cannot figure out how to correct it. The blog is at http://viraladnation.com/blog and if you take a look you will see that the text is aligned in the center and it should be aligned to the left. I went through the style.css and everything on the sidebar.php but I must be missing something on how to get this back to a left alignment. I would sure appreciate being pointed in the right direction on how to correct this as it looks odd.

    Thanks!
  1.  permalink
    Your code is extremely messed up by all the advertisements that you added. You have not closed all the extra elements properly. All the content of the page is nested in the #header div.

    You could try adding:

    .sidebox {
    text-align: left;
    }

    in your style.css file, but I believe this blog is in serious need of professional help.
    • CommentAuthorbradhodges
    • CommentTimeNov 24th 2009
     permalink
    DUDE! <grin> that worked!

    Adding:

    .sidebox {
    text-align: left;
    }

    cleared up the issue. Thanks so much!

    I just kind of stuck it among the sidebar stuff. Guess it does not make much difference where it is put.