-
AuthorPosts
-
August 23, 2010 at 8:05 pm #153751
Can someone please tell me what to do to move down my logo and my search box. I used to be able to move it by changing code, but when I updated to the latest Teline III several months ago, my logo and search box moved up and I can’t figure out how to get them down.
Here is my site. http://www.alachuatoday.com
geof Friendgeof
- Join date:
- January 2006
- Posts:
- 20
- Downloads:
- 102
- Uploads:
- 0
- Thanks:
- 5
- Thanked:
- 12 times in 9 posts
August 23, 2010 at 8:37 pm #353477Hi bboukari
go to file /templates/ja_teline_iii/css/template.cssSearch box
Line 216
From
#ja-search .inputbox {
width: 200px;
background: url(../images/icon-search.gif) no-repeat 8px center #fff;
padding-left: 24px;
font-weight: bold;
font-size: 115%;
}
change to
#ja-search .inputbox {
width: 200px;
background: url(../images/icon-search.gif) no-repeat 8px center #fff;
padding-left: 24px;
font-weight: bold;
font-size: 115%;
margin-top:25px; <---
}Logo
Line 847from
h1.logo {
width: 400px;
height: 62px;
margin: 0;
}change to
h1.logo {
width: 400px;
height: 62px;
margin: 25px; <---
}August 23, 2010 at 8:58 pm #353479Geof,
I tried that. Made the changes, but I don’t see any apparent differences. Thanks for your help. Any additional insight would be appreciated.-Bryan
geof Friendgeof
- Join date:
- January 2006
- Posts:
- 20
- Downloads:
- 102
- Uploads:
- 0
- Thanks:
- 5
- Thanked:
- 12 times in 9 posts
August 23, 2010 at 9:30 pm #353483So my site looks fine in FF? I’ve cleared it in IE and FF and it still looks like the search box and the image run underneath that top line. Here is what my code says:
#ja-search .inputbox {
width: 270px;
background: url(../images/icon-search.gif) no-repeat 8px center #fff;
padding-left: 24px;
font-weight: bold;
font-size: 115%;
margin-top:25px;
}And
#ja-header { z-index: 10; position: relative; }
#ja-header .main { padding:30px 0 10px; }
h1.logo, div.logo-text h1 {
font-size: 300%;
line-height: 1;
}h1.logo, div.logo-text { float: left; }
/* Logo Image ---*/
h1.logo {
width: 265px;
height: 62px;
margin: 25;
top:20px;}
h1.logo a {
width: 265px;
height: 62px;
display: block;
background: url(../images/logo.gif) no-repeat left;
}h1.logo a span {
position: absolute;
top: -1000px;
}micrantha Friendmicrantha
- Join date:
- May 2007
- Posts:
- 465
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 6
- Thanked:
- 158 times in 148 posts
August 23, 2010 at 10:15 pm #353486Hello,
When I open your file template.css it has these lines:
/* Logo Image ---*/
h1.logo {
width: 400px;
height: 62px;
margin: 0;
}
I don’t know in what file you made your changes? In any case you can change the margin to this:
margin: 20px 0 0;
Same with search box: change to
/*Search Form ---*/
#ja-search {
float: right;
margin-top: 25px;
}Good luck,
Micrantha1 user says Thank You to micrantha for this useful post
August 23, 2010 at 10:26 pm #353487Okay, George and Micrantha. Between the both of you, we got to the bottom of it. You are both lifesavers. Thank you. I turns out, I had been making changes to a template.css file that was contained in a level above the CSS folder. I don’t know if that’s just an extraneous file or what, but it’s fixed now, thanks to you both.
-Bryan -
AuthorPosts
This topic contains 7 replies, has 3 voices, and was last updated by bboukari 14 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum