Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • dynamicw Friend
    #133879

    How do I switch the Newsflash Position and the image position so that the image is on the left and the newsflash is on the right.

    Thanks,

    Frank

    Sherlock Friend
    #273188

    Hi
    you must edit template.css
    (templates/ja_nagya/css folder)
    . Move content from left to right:template.css (line 939)

    #ja-topsl div.moduletable {
    color:#8A5C2B;
    font-size:120%;
    margin:10px 0 0 10px;
    padding:0;
    width:50%;
    }

    Change to

    #ja-topsl div.moduletable {
    color:#8A5C2B;
    font-size:120%;
    margin:10px 0 0 480px;
    padding:0;
    width:50%;
    }

    Sherlock Friend
    #273189

    Move image from right to left:template.css (line 954)

    #ja-topsl div.moduletable img {
    right:0;
    position:absolute;
    top:0;
    }

    Change to

    #ja-topsl div.moduletable img {
    left:0;
    position:absolute;
    top:0;
    }

    estanbol Friend
    #278596

    Very good hint.. Thank you.

    But i want to 2 pictures use.

    How to…

    And problem right align pictures on logo

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

This topic contains 4 replies, has 3 voices, and was last updated by  estanbol 16 years ago.

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