-
AuthorPosts
-
ibertux Friend
ibertux
- Join date:
- November 2011
- Posts:
- 12
- Downloads:
- 1
- Uploads:
- 5
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
April 16, 2013 at 2:27 pm #186812Hello guys,
we’ve been trying to put the logo before the menu but we couldn’t figure out how to do it.
We want something like this:
At the moment its like this:
Thank you in advance for your help,
Ibertux
-
phong nam Friend
phong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
April 17, 2013 at 12:34 pm #490182Hi ibertux,
try this :
Open <blockquote>templatesja_zitecsstemplate.css</blockquote> on your server. Then replace:
h1.logo {
float: none;
height: 80px;
margin: 0 auto;
width: 92px;
}with
h1.logo {
float: left;
height: 80px;
margin-bottom: -40px;
padding-left: 40px;
width: 92px;
}and
#ja-mainnav #ja-megamenu {
float: left;
position: relative;
right: 50%
}with
#ja-mainnav #ja-megamenu {
float: right;
margin-left: -350px;
position: static;
right: 50%;
}* Don’t forget to inform me your result. Maybe you need to fit the css values on your website because I’m not sure of your logo size yet.
Pls send me a PM with your ftp if you still get the front-end like my snapshot.
Regards,
—
Leo-
1 user says Thank You to phong nam for this useful post
ibertux Friendibertux
- Join date:
- November 2011
- Posts:
- 12
- Downloads:
- 1
- Uploads:
- 5
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
April 18, 2013 at 5:40 pm #490344<em>@Leo Burnetts 369344 wrote:</em><blockquote>Hi ibertux,
try this :
Open on your server. Then replace:
h1.logo {
float: none;
height: 80px;
margin: 0 auto;
width: 92px;
}with
h1.logo {
float: left;
height: 80px;
margin-bottom: -40px;
padding-left: 40px;
width: 92px;
}and
#ja-mainnav #ja-megamenu {
float: left;
position: relative;
right: 50%
}with
#ja-mainnav #ja-megamenu {
float: right;
margin-left: -350px;
position: static;
right: 50%;
}* Don’t forget to inform me your result. Maybe you need to fit the css values on your website because I’m not sure of your logo size yet.
Pls send me a PM with your ftp if you still get the front-end like my snapshot.
Regards,
—
Leo</blockquote>Hello Leo,
this worked out perfectly 😉 !
Thanks again,
Ibertux
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by ibertux 11 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum