-
AuthorPosts
-
highwindarea Friend
highwindarea
- Join date:
- December 2007
- Posts:
- 20
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
March 24, 2013 at 8:56 pm #186163Hi gents,
I changed the logo size to guest a 120×120 px logo. Now my template.css looks as follow:/* Logo Image —*/
h1.logo {
float: none;
height: 120px;
margin: 0 auto;
width: 120px;
}h1.logo a {
background: url(../images/logo.png) no-repeat left top;
display: block;
height: 120px;
width: 120px;Everything’s fine but when you are in portrait/iPad layout (you can have the same effect resizing width of the browser window). Then theMain Menu “jums over” the logo – see attached screenshot.
Any advise to solve this issue?
Many thanks in Advance
Stefano
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 25, 2013 at 11:23 am #487736I would need to take a closer look at your site. Please include your site URL here for further investigation. I shall check it directly on your site
highwindarea Friendhighwindarea
- Join date:
- December 2007
- Posts:
- 20
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
March 25, 2013 at 11:26 am #487738Hi Ninja Lead,
thanks a lot for your support. I’m sending you url and access id/pwd in PM.Ciao
StefanoNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 26, 2013 at 9:36 am #487880You can fix this problem on this way
Open templates/ja_zite/css/layout-tablet.css file
find
h1.logo {
height: 80px !important;
width: 92px !important;
}
Change to
h1.logo {
height: 120px !important;
width: 120px !important;
}
3 users say Thank You to Ninja Lead for this useful post
highwindarea Friendhighwindarea
- Join date:
- December 2007
- Posts:
- 20
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
March 26, 2013 at 5:44 pm #487925Works smoothly. Thanks a lot master!
Ciao
StefanoAuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 2 voices, and was last updated by highwindarea 11 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Main Menu jumps over Resized Logo
Viewing 5 posts - 1 through 5 (of 5 total)