-
AuthorPosts
-
xuxo Friend
xuxo
- Join date:
- November 2013
- Posts:
- 105
- Downloads:
- 13
- Uploads:
- 12
- Thanks:
- 24
- Thanked:
- 1 times in 1 posts
December 7, 2013 at 1:08 pm #192803Hi all, I had to resize the logo on a JABrisk site, and once done, the appearance of the logo in tablet and mobile format is not correct. The logo seems to be truncated.
Please can you help me regarding what I have to touch to adjust the size of the logo and avoid appearing truncated on tablet and mobile.
Thanks in advance
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
tslavinaaws Friendtslavinaaws
- Join date:
- May 2007
- Posts:
- 20
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 5
- Thanked:
- 11 times in 2 posts
December 8, 2013 at 3:40 pm #514705xuxo,
You may need to chop off 15px or so from the bottom of your logo as its to tall for the header in mobile view, there’s nothing but white there. also make sure to modify “templates/ja_brisk/less/variables.less” and around line 324 you will see
[PHP]//
// JA BRISK LOGO
// ————————————————–
@T3logoWidth: 215px;
@T3logoHeight: 50px;@T3LogoImage: “../images/logo.png”;
[/PHP]Change the Width and Height to match the new logo after you trim the bottom.
then remember to run the LESS to CSS from the backend.
that should fix that issue.
1 user says Thank You to tslavinaaws for this useful post
xuxo Friendxuxo
- Join date:
- November 2013
- Posts:
- 105
- Downloads:
- 13
- Uploads:
- 12
- Thanks:
- 24
- Thanked:
- 1 times in 1 posts
December 8, 2013 at 5:53 pm #514719Hi @pavit, @tslavinaaws thank you for your advice. I followed your recommendations and now seems that the layout is better, but unfortunatelly, not perfect.
The situation is as follows:
- Wide Responsive Layout —> OK
- Normal Responsive Layout —> OK
- Tablet Responsive Layout —> OK
- Xtablet Responsive Layout —> Some menu options appear overwriting the logo. Please see this link on Xtablet mode
- Mobile Responsive Layout —> Home is OK, but if click to an article (see this link on mobile mode) or to the blog (see this link on mobile mode) the article title doesn’t appear
Thanks in advance for your help !!
tslavinaaws Friendtslavinaaws
- Join date:
- May 2007
- Posts:
- 20
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 5
- Thanked:
- 11 times in 2 posts
December 8, 2013 at 6:27 pm #514726xuxo,
You are correct on that, I am also having the same issue with the logo overlapping in tablet/wide mode as where the menu is going under it.
As I just installed this template a few days ago, its a work in progress. Once I figure it out, I will let you know. Unless someone else has already figured it out and can post for us 🙂
tslavinaaws Friendtslavinaaws
- Join date:
- May 2007
- Posts:
- 20
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 5
- Thanked:
- 11 times in 2 posts
December 9, 2013 at 3:58 am #514743Here’s a new solution so far.
modify templates/ja_brisk/css/custom.css and add the following.
@media (max-width: 979px) and (min-width: 768px) {
.ja-mainnav {
width:80%;
}
}
You can adjust the width to what ever px or % you want, 80% seems to work for me.*** This is the old solution, but after realizing that if you rebuild LESS to CSS it discards the changes. ***
<blockquote>Ok, after a little bit of digging, try this.
modify templates/ja_brisk/css/bootstrap-responsive.css
around line #422 you will see..
.span8 {
width: 484px;
}
Modify the width parameter to fit your needs, 530px; or so seems to work for me. But you can experiment with it</blockquote>
xuxo Friendxuxo
- Join date:
- November 2013
- Posts:
- 105
- Downloads:
- 13
- Uploads:
- 12
- Thanks:
- 24
- Thanked:
- 1 times in 1 posts
December 9, 2013 at 12:57 pm #514790Great @tslavinaaws it works for me as well. Now Xtablet Responsive Layout is ok for me.
Anyway, I have still the problem with Mobile Responsive Layout. Home page is OK, but if click in any article (see this link on mobile mode) or in the blog (see this link on mobile mode) the first line of the article title doesn’t appear.
Can someone help me to close this issue?
Thanks in advance
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
December 10, 2013 at 3:49 am #514896Hi,
In the same css file that @tslavinaaws suggested above, you can add this css rule:
.container.ja-mainbody {
margin-top: 90px; <<< change to your desired value
}
1 user says Thank You to Saguaros for this useful post
-
AuthorPosts
This topic contains 8 replies, has 4 voices, and was last updated by Saguaros 10 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum