-
AuthorPosts
-
guap Friend
guap
- Join date:
- March 2008
- Posts:
- 408
- Downloads:
- 16
- Uploads:
- 109
- Thanks:
- 99
- Thanked:
- 8 times in 2 posts
June 19, 2013 at 5:45 am #188325I adjusted the size of the logo but when I preview the pages on ipod, the logo is not align, gets push down
I want to adjust the size the logo for ipod/mobile. How can I do this? Please advice. Thank you.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 20, 2013 at 11:31 am #496386It would be awesome if you can possibly include URL of your site. Right now its difficult to guess the issue and give solution to you. I might be able to help you out then.
guap Friendguap
- Join date:
- March 2008
- Posts:
- 408
- Downloads:
- 16
- Uploads:
- 109
- Thanks:
- 99
- Thanked:
- 8 times in 2 posts
July 7, 2013 at 3:19 pm #498181here is the URL – http://bit.ly/181Jruc
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 8, 2013 at 3:35 am #498210<em>@guap 379673 wrote:</em><blockquote>here is the URL – http://bit.ly/181Jruc</blockquote>
With my solution hope it helps you solve this problem on your site
Open templates/ja_fubix/css/themes/blue/template-responsive.css file
From
.t3-mainnav .navbar .span10 {
float: left;
max-width: 55% !important;
}
Change to
.t3-mainnav .navbar .span10 {
float: left;
max-width: 100% !important;
}
and create custom.css file on this path: templates/ja_fubix/css/
add new script below
@media (max-width: 360px) {
.logo-image a {
background-size: 100% !important;
width: 200px !important;
}
}Let me know if it helps
guap Friendguap
- Join date:
- March 2008
- Posts:
- 408
- Downloads:
- 16
- Uploads:
- 109
- Thanks:
- 99
- Thanked:
- 8 times in 2 posts
July 8, 2013 at 5:13 pm #498327Thank you .. it helps.
I am trying some spaces between the logo and the image but it doesn’t seem to work. How can add margin at the bottom of the logo. Its so close to the image.
thank you again.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 9, 2013 at 1:41 am #498347Try to apply my above suggestion
Open templates/ja_fubix/css/themes/blue/template-responsive.css file
Line 1934
from
.t3-mainnav .navbar .span10 {
float: left;
max-width: 55% !important;
}Change
.t3-mainnav .navbar .span10 {
float: left;
max-width: 100% !important;
}1 user says Thank You to Ninja Lead for this useful post
guap Friendguap
- Join date:
- March 2008
- Posts:
- 408
- Downloads:
- 16
- Uploads:
- 109
- Thanks:
- 99
- Thanked:
- 8 times in 2 posts
July 9, 2013 at 2:05 pm #498421Thank you … it fixed … 🙂
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 2 voices, and was last updated by guap 11 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum