test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • lg21 Friend
    #204656

    There are problems in my mobile version

    vertical screen
    as we see now

    I would like to see it

    horizontal screen
    as we see now

    I would like to see it

    How do I solve?


    1. vertical
    2. vertical2
    3. orizzontal
    4. orizzontal2
    phong nam Friend
    #563176

    Hi 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 Friend
    #563249

    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

    phong nam Friend
    #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

Viewing 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