-
AuthorPosts
-
August 20, 2016 at 2:59 am #961544
when it is in mobile view, the text logo and slogan cannot be displayed properly. Please refer to attached.
Please advise.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
August 22, 2016 at 7:56 am #961902Ideally, I think you can show the logo text only and hide the slogan in mobile view, it will look nice as due to the concept of this template, it uses a small logo and it fits all screen sizes.
If you want this way, try with my tweak:
- Go to header file: ROOT/templates/ja_intranet/tpls/blocks/header.php
- See these 2 lines: http://prntscr.com/c8sqvq
change both to col-xs-6 and it looks like: http://prntscr.com/c8sr61
Then to hide the slogan in mobile, open the css file: ROOT/templates/ja_intranet/css/custom.css (create this file if it doesn’t exist)
and add this rule:
@media (max-width: 667px) { .logo-text .site-slogan { display: none; } }
August 22, 2016 at 8:12 am #961916Thanks. I have implemented all your changes.
Please see attached image. There is still a small chunk of unwanted logo image appearing. Please advise.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
August 23, 2016 at 4:15 pm #962411Try to update above media queries so it looks like:
@media (max-width: 667px) { .logo-text .site-slogan, .t3-mainnav .logo-text { display: none; } }
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 3 replies, has 2 voices, and was last updated by Saguaros 8 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum