Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • sprit Friend
    #166468

    Setting module hotnews on it works at the top of the page but title of the news goes on the line below the head text. I’d like the news in the same line of head text.
    How can I set it?
    Also I tried to modify template.css to edit background color but it run always with previous color:

    Below the css code edited, in attachment print of the page

    Thank you

    /* ja-hot-news */
    #ja-hot-news {
    background-color: #CCC; /* Modificato da #151515 */
    border-bottom: 1px solid #000;
    float: left;
    padding-top: 5px !important;
    }


    1. Home
    khoand Friend
    #401906

    Hi,
    Could you give me a link to your page as you said?

    sprit Friend
    #401908

    Hi there,

    http://www.onebros.it/index.php

    Thank you

    khoand Friend
    #401911

    – You find this code from http://www.onebros.it/templates/ja_ores/css/template.css in the line #2550

    #ja-hot-news .ja-box-ct {
    float: left; < remove this line
    }

    – You replace this code from http://www.onebros.it/templates/ja_ores/core/themes/light-orange/css/light-theme.css in the line #68

    #ja-hot-news {
    background-color: #353535;
    color: #757575;
    }

    with

    #ja-hot-news {
    background-color: #CCC;
    color: #757575;
    }

    sprit Friend
    #401914

    First tip (avoid news to go below head text) now give another issue. It run on the same row but the head text is at the right of the news line. i need the Head Text and after it the news and arrows, check out in the url

    Color modification tip gives correct results

    Thank you

    khoand Friend
    #401918

    – You add this code into http://www.onebros.it/templates/ja_ores/css/template.css

    #ja-healineswrap em{float:left;}
    – You replace this code from http://www.onebros.it/templates/ja_ores/core/themes/light-orange/css/light-theme.css in the line #73

    #ja-hot-news a {
    color: #757575;
    font-size: 92%;
    }

    with

    #ja-hot-news a {
    color: #FDA40A;
    font-size: 92%;
    }

    sprit Friend
    #401943

    Hello again, sorry for trouble but still has same issue. No way to set text in same line of head text. Trying to edit again without success

    khoand Friend
    #401975

    Sorry…You add this code into http://www.onebros.it/templates/ja_o…s/template.css

    .ja-healineswrap em
    {float:left;}

    sprit Friend
    #402327

    Now it works fine. Thx

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

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

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