Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
-
- CommentAuthorcenterp1
- CommentTimeJun 4th 2008
First, thank you for your nice theme and the help you provided a while back when first employing it. Okay...my questions...
...Could you help me figure out how to align the course title and description, such that they are directly across from each other (course title on the left, and description on the right). As it stands now, the description is shifted to the right and below the course title. In Opera and Safari, it displays as I think it should. In Explorer and Firefox it does not.
On a separate note, how can I eliminate the dashed lines around grey and yellow boxes that hold main content and announcements? I must be overlooking the file.
Many thanks!
Jonathan
-
- CommentAuthorcenterp1
- CommentTimeJun 4th 2008
Sorry, please see centerpointclasses.com for a look.
-
-
CommentAuthorptrkmkl
- CommentTimeJun 4th 2008
Add this to styles_default.css to fix the alignment issue.
.coursebox .summary { width: 47%; }The easiest way to eliminate the dashed borders is to search styles_default for "dashed" and either eliminate or change every instance that you find.
You could either completely delete the entire border from the CSS or perhaps make it solid like so:
#intro.generalbox { margin:20px auto; background:#fdffd1; border:1px solid #d5d5d5; } -
-
- CommentAuthorcenterp1
- CommentTimeJun 4th 2008
Thanks!
1 to 4 of 4

