test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • RobinFjelldal Friend
    #118883

    I have now searched around on this forum trying to find a way to set the alignment for my whole site to left instead of center. Tried to change or add text-align: left to template_css but still nothing moving. Use xenia shopping. Can somebody help? :confused:

    Khanh Le Moderator
    #214819

    In template_css.css file, search this style:


    #ja-wrapper {
    width: 760px;
    margin: 0 auto;
    padding-left: 8px;
    background: url(../images/shadowleft-bg.gif) repeat-y top left #FFFFFF;
    text-align: center;
    }

    Replace with


    #ja-wrapper {
    width: 760px;
    margin: 0 0;
    padding-left: 8px;
    background: url(../images/shadowleft-bg.gif) repeat-y top left #FFFFFF;
    text-align: left;
    }

    RobinFjelldal Friend
    #214823

    Thanks alot 🙂

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  RobinFjelldal 17 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum