View Full Version : cutenews help?
ModernRevolutions
07-20-2008, 12:50 AM
I want to know how to make the cutenews display box smalller. like the box width and height and stuff. where would i do that?
jscheuer1
07-20-2008, 01:23 AM
I'd suggest one of the forums from this Google listing:
http://www.google.com/search?client=opera&rls=en&q=cutenews&sourceid=opera&ie=utf-8&oe=utf-8
as being more directly related to your issue. However, the simple answer would be to find its selector in the stylesheet and adjust the dimensions there. If, as sometimes happens in elaborate CMS setups, the width and height are set elsewhere in the code, you can usually override that with the !important qualifier in the stylesheet, example:
selector {
width:300px!important;
height:100px!important;
}
where selector is the selector for the element controlling the dimensions of the cutenews display box.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.