Results 1 to 2 of 2

Thread: cutenews help?

  1. #1
    Join Date
    Aug 2006
    Posts
    235
    Thanks
    30
    Thanked 2 Times in 2 Posts

    Default cutenews help?

    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?

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    I'd suggest one of the forums from this Google listing:

    http://www.google.com/search?client=...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:

    Code:
    selector {
    width:300px!important;
    height:100px!important;
    }
    where selector is the selector for the element controlling the dimensions of the cutenews display box.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •