|
#1
|
|||
|
|||
|
title text being cut off
I'm sure it's a quick CSS fix, but check this page in IE:
http://augustakorean.com/main/postca...p?showimage=80 The title text is getting chopped off. Where can I make the adjustment to expand that 'box' so the text isn't chopped off? I figured one of you pros can tell me right where to look rather than me spending 2 days looking for the right setting! T-I-A! |
|
#2
|
||||
|
||||
|
You'll need to edit your template css file.
Located in: templates/horizon/styles/horizon.css Go to line #197 and you'll see this: HTML Code:
#header .inside h1 a {
float:right;
text-align:right;
color:#666;
padding-top:30px;
font-weight:bold;
display:block;
}
HTML Code:
#header .inside h1 a {
float:right;
text-align:right;
color:#666;
padding-top: 30px;
font-weight:bold;
display:block;
height: 30px;
}
That should fix it.
__________________
Jay Williams | A Different View |
|
#3
|
|||
|
|||
|
tried that...even tried changing that to 50px...no dice....what else can I check?
|
|
#4
|
|||
|
|||
|
Perhaps it's worth mentioning that the page works fine with FireFox...chopped off text issue is only present in IE
|
|
#5
|
||||
|
||||
|
I just checked it and it seems to be working in IE6.
__________________
My Photoblog If you find my help useful please consider feeding the PixelPost Kitty If you're short on cash just feed my ego |
|
#6
|
|||
|
|||
|
well, now the client decided to just remove that part any way...oh well! Thanks for the help!
|
| Post Reply |
| Thread Tools | |
|
|