-
AuthorPosts
-
mgl908 Friend
mgl908
- Join date:
- June 2013
- Posts:
- 46
- Downloads:
- 2
- Uploads:
- 5
- Thanks:
- 8
- Thanked:
- 1 times in 1 posts
September 14, 2013 at 7:39 pm #190611@media (min-width: 980px) {
.logo {
margin-left: 270px;
}.logo-image a {
width: 315px !important;
}
}I am using the the JA Fubix Template with the custom.css code above courtesy of Leo to work on the logo.
I will like to tacke it differently and will appreciate any help with the coding to achieve that.Basically, this is what I would like to do with some help
1. Create a div above the top header or where the logo/site name is presently
2. Set top and bottom padding to auto
3. Set padding for the right and left margin to auto so the logo can automatically center itself on all devices.
4. I think this will allow me to increase the font size for the logo as I have to keep it small the way things are currently set.Here is a link to the site ghanalinks
Thanks in advance for any suggestions and help.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 16, 2013 at 7:31 am #505898You can try with my below solution
Open templates/ja_fubix/css/custom.css file
Add new script
@media (max-width: 767px) {
.logo {
margin-left: 40px !important;
}
}@media (min-width: 768px) and (max-width: 979px) {
.logo {
margin-left: 200px !important;
}
}@media (min-width: 1200px) {
.logo {
margin-left: 550px !important;
}
}
mgl908 Friendmgl908
- Join date:
- June 2013
- Posts:
- 46
- Downloads:
- 2
- Uploads:
- 5
- Thanks:
- 8
- Thanked:
- 1 times in 1 posts
September 16, 2013 at 2:55 pm #505960I have reverted to the original template style for now. I tested it on my dummy site (lookupyrst) and had a couple of problems. The menu does not look right on some pages and the site name on the bottom page floats around.
I have attached a couple of images.
Thanks for your help as always.-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 17, 2013 at 5:52 pm #506128I have gone to link your site as you mention above. But I could not get the problem on your site. May be you fixed the problem on your site, right? If you still face the same problem please let me know how can I see it on your site.
mgl908 Friendmgl908
- Join date:
- June 2013
- Posts:
- 46
- Downloads:
- 2
- Uploads:
- 5
- Thanks:
- 8
- Thanked:
- 1 times in 1 posts
September 17, 2013 at 9:25 pm #506150Thanks for the follow up. I have reverted to the original template but I tried it on my test site lookupyrste and the problem persists there. Scroll to the bottom of the page and you will note that the logo on the bottom of the page has shifted. Also, if you click on the World Bundesliga menu for instance you will note that the menus are not right etc. I can PM you the password and username for that site if you want to look at it some more.
ThanksNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 18, 2013 at 4:51 am #506173Yes, I saw the problem from link on your site conflicted custom.css file. You can pm me admin login info and ftp account of your site. I shall check it directly on your site.
-
AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 2 voices, and was last updated by Ninja Lead 11 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum