-
AuthorPosts
-
xion Friend
xion
- Join date:
- October 2008
- Posts:
- 26
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
November 7, 2008 at 5:21 am #135152is there a way that I can align the top main headers?
i have included a screenshot of what I am talking about
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
November 7, 2008 at 7:10 am #278409Hi xion,
In template.css in templatesja_pyritecss folder, about line 779, please find string:
h1.logo a {
width: 100%;
height: 115px;
display: block;
background: url(../images/logo.gif) no-repeat center;
}You can align the top main header by:
left: background: url(../images/logo.gif) no-repeat left;
center: background: url(../images/logo.gif) no-repeat center; (default for this template)
right: background: url(../images/logo.gif) no-repeat right;hope it helps.
xion Friendxion
- Join date:
- October 2008
- Posts:
- 26
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
November 7, 2008 at 2:39 pm #278447how do i add it in??
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
November 8, 2008 at 1:33 am #278515Hi xion,
The below is my explain in detail:
Please you open template.css in templatesja_pyritecss folder, about line 779, please find script:
h1.logo a {
width: 100%;
height: 115px;
display: block;
background: url(../images/logo.gif) no-repeat center;
}You can align the top main header by:
+ If you want to align the top main header to left, you replace the script to:
h1.logo a {
width: 100%;
height: 115px;
display: block;
background: url(../images/logo.gif) no-repeat left;
}+ If you want to align the top main header to right, you replace the script to:
h1.logo a {
width: 100%;
height: 115px;
display: block;
background: url(../images/logo.gif) no-repeat right;
}Current, this template is aligned to center.
1 user says Thank You to JA Developer for this useful post
December 4, 2008 at 2:28 am #281204This helps a lot. But how do I get the logo to move all the way over to the far left? This is a little to the left, but I need it only about 25px from the left side of the header, so there is room for another module on the right.
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
December 4, 2008 at 6:53 am #281226Dear mom2nine,
You can change script below:
h1.logo a {
width: 100%;
height: 115px;
display: block;
background: url(../images/logo.gif) no-repeat center;
}to
h1.logo a {
width: 100%;
height: 115px;
display: block;
background: url(../images/logo.gif) no-repeat center;
padding-left:25px;
}AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 3 voices, and was last updated by Anonymous 15 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
header problem
Viewing 6 posts - 1 through 6 (of 6 total)