Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • webjwn Friend
    #161855

    Hello

    My JA News Sticker Module just started acting up. It seems there is an inline style causing some issues…

    It says it has a define width: 400px

    I’ve tried looking for this, and I have changed the amount of characters allowed in the module but nothing seems to work. Any suggestions?


    1. ss
    Saguaros Moderator
    #382986

    this value is caculated by javascript, now you try adding the following code into the template.css file then let me check

    .ja-healineswrap {
    width: 400px!important;
    position: relative;
    }

    Note: you can adjust the value of the width property for fitting the header layout

    chavan Friend
    #382987

    The file path : ~jwncom/templates/ja_teline_iv/css/template.css

    Find this Css code in the template.css file


    .ja-healineswrap {
    float: left;
    overflow: hidden;
    width: 380px;
    }

    And replace With the following css code.


    .ja-healineswrap {
    float: left;
    overflow: hidden;
    }

    save it and clear cache

    webjwn Friend
    #383296

    Thank you

    I have made the changes and they are working correctly now.

    Cheers

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

This topic contains 4 replies, has 3 voices, and was last updated by  webjwn 13 years, 7 months ago.

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