-
AuthorPosts
-
zhihuazhou Friend
zhihuazhou
- Join date:
- January 2011
- Posts:
- 35
- Downloads:
- 92
- Uploads:
- 18
- Thanks:
- 6
- Thanked:
- 7 times in 6 posts
October 19, 2016 at 4:17 am #977955Hi, I tried enable small logo for small size screen. However, both the normal logo and small logo will not center aligned. Please see the attached picture.
I tried add below code to custom.css, however, it shows me two logos.
.logo-control .logo-img {
display: block;
margin-top: 20px;
}.logo-control .logo-img-sm {
display: block;
margin-top: 10px;
}.Please help me to solve this issue. Thank you.
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
October 19, 2016 at 4:36 am #977962Hi
Apply my solution below
Go to custom.css file
Find below code.t3-header .logo-image, .t3-mainnav .logo-image { height: 40px; line-height: 40px; width: 150px; }
replace it with
.t3-header .logo-image, .t3-mainnav .logo-image { height: 40px; line-height: 48px; width: 150px; }
Changes in the line-height code .
The for large display logo add below code in custom.css file
.logo-image { line-height: 70px; }
Save file , clean cache and check .
Regards
zhihuazhou Friendzhihuazhou
- Join date:
- January 2011
- Posts:
- 35
- Downloads:
- 92
- Uploads:
- 18
- Thanks:
- 6
- Thanked:
- 7 times in 6 posts
October 19, 2016 at 8:02 am #978014Great, Thank you Sharma. It works
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 2 replies, has 2 voices, and was last updated by zhihuazhou 8 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
logo not vertically center aligned if enable small logo
Viewing 3 posts - 1 through 3 (of 3 total)