I am using the Bartik theme. I increased the width of the page to 1260px. I placed the horizontal ticker inside the feature area of Bartik. I set up the horizontal ticker using views to move right to left.
What I noticed is that the ticker has only a width of 600px. So the ticker starts in the middle and progresses towards the left.
I want to increase the width of the ticker so it will progress from the right side of the page to the left side of the page. so....i want to set the css width the 1260px.
I am not sure how to do this. I checked all of the files but nothing allows me to change the width. The most obverse code would be in the file "views.ticker.scroller.css" in the following section:
.views-scroller-horizontal-container {
width: 600px;
height: 40px;
overflow: hidden;
}
Changing the width from 600px to 1260px did not increase the width of the ticker.
I flushed the cashes so I know the page has been refreshed but there is no change in the width.
Any idea how to fix this?
Also.... How can I increase the size of the font... the ticker font is a little small for my liking.
Thanks,
Spineless
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | news-ticker-ie6.gif | 1.92 KB | efc84 |
Comments
Comment #1
efc84 commentedHi,
I use a module called 'Code Per Node' and Firefox firebug to alter CSS code.
The CPN module lets you alter CSS under the 'configure block' option, use firebug to find the right piece of code and then alter it within the block.
I'm also having a similar problem that i cannot fix with ie6, as my scroller moves right to left but then carries on off the page
@spineless
Edit these two to change the width
.liScroll-container {
width: 1260px;
}
.liScroll-container .mask {
width: 1240px;
}
Hope that works?