-
AuthorPosts
-
lg21 Friend
lg21
- Join date:
- July 2012
- Posts:
- 335
- Downloads:
- 109
- Uploads:
- 100
- Thanks:
- 36
- Thanked:
- 9 times in 1 posts
March 14, 2015 at 9:14 am #204656There are problems in my mobile version
vertical screen
as we see nowI would like to see it
horizontal screen
as we see nowI would like to see it
How do I solve?
- phong nam Friend
phong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
March 16, 2015 at 3:23 am #563176Hi lg21,
<blockquote>vertical screen
as we see now</blockquote>
Open custom.css file then add.col-xs-12.col-md-8.logo {
padding-left: 0px;
}<blockquote>horizontal screen
as we see now</blockquote>Open header.php file line 48-57
<div class="logo-<?php echo $logotype ?>">
<a href="<?php echo JURI::base(true) ?>" title="<?php echo strip_tags($sitename) ?>">
<?php if($logotype == 'image'): ?>
<img class="logo-img" src="<?php echo JURI::base(true) . '/' . $logoimage ?>" alt="<?php echo strip_tags($sitename) ?>" />
<?php endif ?>
<span><?php echo $sitename ?></span>
</a>
<small class="site-slogan"><?php echo $slogan ?></small>
</div>
</div>change to
<div class="logo">
<div class="logo-<?php echo $logotype ?>">
<a href="<?php echo JURI::base(true) ?>" title="<?php echo strip_tags($sitename) ?>">
<?php if($logotype == 'image'): ?>
<img class="logo-img" src="<?php echo JURI::base(true) . '/' . $logoimage ?>" alt="<?php echo strip_tags($sitename) ?>" />
<?php endif ?>
<span><?php echo $sitename ?></span>
</a>
<small class="site-slogan"><?php echo $slogan ?></small>
</div>
</div>
</div>I see you are using Teline V 1.0.1, the new version of Teline V 1.0.2 was released, if possible, please update your template version 🙂
lg21 Friendlg21
- Join date:
- July 2012
- Posts:
- 335
- Downloads:
- 109
- Uploads:
- 100
- Thanks:
- 36
- Thanked:
- 9 times in 1 posts
March 16, 2015 at 10:00 am #563249Horizontally the problem is solved. Vertically the problem is that the canvas is not completely mesu left, as if occupying two columns instead of one
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
March 17, 2015 at 10:24 am #563404<blockquote>Horizontally the problem is solved. Vertically the problem is that the canvas is not completely mesu left, as if occupying two columns instead of one</blockquote>
Just give me a screenshot to take a look.
NOTE: I just replied via private message about template update. If you customized a lot php files, you should create a test site or backup your site first before updating.
Thanks
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by phong nam 9 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum