-
AuthorPosts
-
February 9, 2013 at 11:12 am #184818
Could you please suggest how to center logo in midle of header, in vertical?
websiste is hhc.lvsee picture
-
Phill Moderator
Phill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
February 9, 2013 at 11:21 am #482934A link would help.
The sort of code we need to ad to your h1 logo is
position: relative;
top: 22px;But would need to see your site to give exact details.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 14, 2013 at 5:36 am #483374You can try on this way
Open templates/ja_mixmaz/css/template.css file
From
#ja-header .main-inner1 {
background:url(../images/pattern-d.gif) repeat left top;
padding: 20px 0;
}
h1.logo {
height: 90px;
width: 191px;
}Change to
#ja-header .main-inner1 {
background:url(../images/pattern-d.gif) repeat left top;
padding: 20px;
}
h1.logo {
height: 100px;
width: 191px;
}Remember to clear cache from Admin area
1 user says Thank You to Ninja Lead for this useful post
February 20, 2013 at 7:19 am #483988Thanks for help. now there is to much space around logo can i reduce it? i tried but no result.
-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 21, 2013 at 8:55 am #484139I just checked link on your site: http://hhc.lv/ and get the screenshot here
It’s really working as fine, you need to clear cache from Admin area and check your site again.
Let me know the result
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 3 voices, and was last updated by Ninja Lead 11 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
-
how to vertikal center logo in middle of header?
Viewing 5 posts - 1 through 5 (of 5 total)