-
AuthorPosts
-
chompff86 Friend
chompff86
- Join date:
- September 2010
- Posts:
- 20
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 8
- Thanked:
- 1 times in 1 posts
September 5, 2011 at 2:59 pm #168190This Blazes template is a piece of art! I’m trying to: [1] remove the logo image on the top left and [2] replace the main navigation more to the left. (where the logo was)
Any help would be greatly appreciated. I added a screenshot to illustrate my issue.
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
September 5, 2011 at 3:17 pm #410784Hi,
You go to Template manager,choose JA Blazes template, then change CSS Optomize fieds to NO, so I can check how and where to customize for you.khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
September 5, 2011 at 3:31 pm #410788– You replace this code from /templates/ja_blazes/css/template.css in the line #412
h1.logo a {
background: url('/templates/ja_blazes/images/logo.png') no-repeat left;
display: block;
height: 60px;
width: 70px;
}
with
h1.logo a {
background: url('/templates/ja_blazes/images/logo.png') no-repeat left;
display: none;
height: 60px;
width: 70px;
}
– You replace this code from /templates/ja_blazes/css/template.css in the line #440
#ja-mainnav {
float: right;
padding-top: 17px;
}
with
#ja-mainnav {
float: left;
padding-top: 17px;
}1 user says Thank You to khoand for this useful post
chompff86 Friendchompff86
- Join date:
- September 2010
- Posts:
- 20
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 8
- Thanked:
- 1 times in 1 posts
September 5, 2011 at 5:44 pm #410803You are a blessing! Thank you so much for your lightning fast and accurate reply, you really made my day.
Big hug from Holland
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
September 6, 2011 at 3:37 pm #411004You’re welcome.
chompff86 Friendchompff86
- Join date:
- September 2010
- Posts:
- 20
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 8
- Thanked:
- 1 times in 1 posts
September 7, 2011 at 11:58 am #411204One more detail: changing the ‘float’ to ‘left’ didn’t put the menu to the far left. It seems centered now? See http://www.pilsvogels.com
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
September 7, 2011 at 3:48 pm #411257You replace this code from /templates/ja_blazes/css/template.css in the line #440
#ja-mainnav {
float: left;
padding-top: 17px;
}
with
#ja-mainnav {
float: left;
padding-top: 17px;
margin-left: -200px;
}1 user says Thank You to khoand for this useful post
chompff86 Friendchompff86
- Join date:
- September 2010
- Posts:
- 20
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 8
- Thanked:
- 1 times in 1 posts
September 7, 2011 at 6:10 pm #411301I owe you one! Two actually. 😀
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
September 8, 2011 at 10:33 am #411451I will be very happy when I help you.
AuthorPostsViewing 9 posts - 1 through 9 (of 9 total)This topic contains 9 replies, has 2 voices, and was last updated by khoand 13 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How to remove small logo
Viewing 9 posts - 1 through 9 (of 9 total)