Can I adjust the size of the picture on the profile comments?
Right now it's so small and blurred, you can't make anything out.
Can I adjust the size of the picture on the profile comments? Right now it's so small and blurred, you can't make anything out. |
.cmt-icon {cmts.css (line 178)
border:1px solid #CCCCCC;
height:16px;
left:3px;
position:absolute;
top:3px;
width:16px;
}
|
Sorry for the late reply... 1) Where do I find that file to edit? 2) Which part of that codes am I Looking to edit? (for high of the pic in the profile comments) |
Hmm You mean in the css field in the admin panel? I opened that and found cmts but it says it's not a writable file. Do you want me to find this on the FTP itself? I'm confused. |
As per Andrey's response -- - #1) /templates/tmpl_uni/css/cmts.css (line 178) - #2) height:16px; - Sorry for the late reply... 1) Where do I find that file to edit? 2) Which part of that codes am I Looking to edit? (for high of the pic in the profile comments) |
Silly question... When I go that file (through Filezilla...my FTP thingy) all I see is this: @charset "iso-8859-1"; Don't see anything about any lines, or 178, or any height and what not. |
in ) /templates/tmpl_uni/css/cmts.css you able to overload styles (just add here
.cmt-icon {cmts.css (line 178)
height:32px;
width:32px;
}
and save :) (before make this file writable, don`t worry about this permissions on CSS files)
all mine base styles was in templates/base/css/cmts.css so you can goto line 178 here and found this stiles |
This is so frustrating. Ok, now when I makde the cmts file a writable file, and then click it to open and edit (in notepad)...this is all I get. @charset "iso-8859-1"; I don't see anything in there like you posted above, which I can edit. |
re-read my latests post again :) I give you 2 ways how you can change styles: 1. overload current styles in tmpl_uni 2. change base styles in base folder understand? |
I'm sorry to be a pain, Andre. But I really don't understand. When I try to open the cmts file in my FTP (filezilla) I only see the following: @charset "iso-8859-1"; I don't know what's to be added here, it's completely different from your directions. |
Even when I go in through the amin panel, and css, and find that file name... @charset "iso-8859-1"; That's all I see. |
Please undersand, I'm a noob. :) So if you could explain in baby steps, I'd appreciate it. |
k got it. 1) Why are they blurry now? The pics. 2) How do I remove the "points" by each message? |
The pictures may be blurry because they were set at a given size. You have made them bigger thus stretching them. You would need to resize them accordingly. (from larger to smaller). I liked your web site. Stuart k got it. 1) Why are they blurry now? The pics. 2) How do I remove the "points" by each message? There are none so blind as those that will not see. |
q22inc - You might want to disable shoutbox re your guests. Theres some nasty stuff on there. There are none so blind as those that will not see. |
Yes, tmpl_uni/css/cmts.css just contain @charset "iso-8859-1"; Not more, base - base/css/cmts.css have many elements here, so you can: a) open 'tmpl_uni/css/cmts.css' and just add at end of this file
.cmt-icon {
height:32px;
width:32px; }
b) open 'base/css/cmts.css', goto line 178, here you will see:
.cmt-icon {
border:1px solid #CCCCCC;
height:16px;
left:3px;
position:absolute;
top:3px;
width:16px;
}
so just change here width and height to 32
now more clean?
|
Stuart - Could you expand a bit on how to make the pics clearer by resizing? As for shoutbox, people are stupid when they know they're anonymous. I will fix that setting. Andre - Thanks for the help, I'm still a bit ocnfused...but I appear to have stumbled across the correct setting. :D As you can see...the images are bigger, but now blurry. www.iBakwaas.com/Dolphin |
yeah, when you upload a pic, the pic its save at 16 x 16? there is any configuration so the comments pics can be save to different size? And i was playing around, and when i resize the comments pictures, the photos cover some of the comments too. Will be nice if the photo is on the left size and comments to the right of the photo. |