-
AuthorPosts
-
webjwn Friend
webjwn
- Join date:
- March 2011
- Posts:
- 161
- Downloads:
- 94
- Uploads:
- 48
- Thanks:
- 51
- Thanked:
- 5 times in 2 posts
March 23, 2011 at 11:05 pm #161855Hello
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?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 24, 2011 at 4:51 am #382986this 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
1 user says Thank You to Saguaros for this useful post
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
March 24, 2011 at 4:59 am #382987The 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
1 user says Thank You to chavan for this useful post
webjwn Friendwebjwn
- Join date:
- March 2011
- Posts:
- 161
- Downloads:
- 94
- Uploads:
- 48
- Thanks:
- 51
- Thanked:
- 5 times in 2 posts
March 25, 2011 at 4:50 pm #383296Thank you
I have made the changes and they are working correctly now.
Cheers
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 3 voices, and was last updated by webjwn 13 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
JA News Sticker Module
Viewing 4 posts - 1 through 4 (of 4 total)