Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • techgirl1 Friend
    #140212

    I have a feed display in user 2. with a Fox News feed. The text is right aligned and I want it left aligned. How do I change that? The website is http://www.rlisd.net
    Thanks in advance.

    nguyenhuu quang Friend
    #301319

    open your module U can see:
    direction: rtl;
    text-align: right

    edit:
    direction: ltr;
    text-align: left
    ;

    nguyenhuu quang Friend
    #301320

    or open template.css (line 1390)

    [PHP] #ja-botsl table {
    border-collapse:collapse;
    border-spacing:0;

    }[/PHP]

    add: text-align:left !important;

    to:
    [PHP] #ja-botsl table {
    border-collapse:collapse;
    border-spacing:0;
    text-align:left !important;
    }[/PHP]

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

This topic contains 3 replies, has 2 voices, and was last updated by  nguyenhuu quang 15 years, 7 months ago.

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