Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • militansi Friend
    #959909

    After i changing the file custom.css with col-md in the mobile view my logo down. see attachment.

    how to solve the problem.

    thanks


    1. Screenshot_2016-08-14-21-16-39
    Pankaj Sharma Moderator
    #959999

    Hi
    It maybe due the wrong custom style changes did by you .
    You can post your site URL here and give me the details of change that you want to do . I will help you in this .

    militansi Friend
    #960035

    my website http://klikangaran.com
    i want to like a attachment


    1. Screenshot_2016-08-14-12-13-43
    Pankaj Sharma Moderator
    #960040

    Hi Could u check the URL again , and give me correct URL also turn off cache and JCH compression on site .

    militansi Friend
    #960044

    im sorry, correct my url http://klikanggaran.com
    tq

    Pankaj Sharma Moderator
    #960046

    Hi
    Kindly turn off cache and JCH compression on site .

    militansi Friend
    #960080

    i already turn off cache and JCH compression

    Pankaj Sharma Moderator
    #960084

    Hi
    I got the issue is due to custom code used in custom.css file , due to the custom code the width of header is reduced and logo goes downwards .
    Remove the code

    .col-md-5{width:30%}
    militansi Friend
    #960093

    after remove .col-md-5{width:30%} in mobile view normally
    but in dekstop view the header become two line like attachment
    tq


    1. header
    Pankaj Sharma Moderator
    #960095

    Its because of another custom code

    .col-md-7 {
        width: 70%;
    }

    remove it and you have same structure like in demo site of this template .

    militansi Friend
    #960110

    basicly i want to enlarge headerbanner position to 728×90.
    how to setting..thaks

    Pankaj Sharma Moderator
    #960120

    Hi
    Go to /tpls/header.php file in the template folder .
    Find this code

    
                <div class="col-md-5 header-left">

    replace it with

    
                <div class="col-md-3 header-left">

    then find this

    
                <div class="col-md-7 header-right">

    replace it with

    
                <div class="col-md-9 header-right">

    now the header right size is more then left size .

Viewing 12 posts - 1 through 12 (of 12 total)

This topic contains 11 replies, has 2 voices, and was last updated by  Pankaj Sharma 8 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum