Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • soam jena Friend
    #198870

    Hello there,

    I am using your JA BRISK template and developed a site.But the problem i am facing is that the header part is not respoinsive on mobile.Specially the Logo.

    What i need is that the logo to be responsive and also the search to be placed properly.How can i accomplish this ??

    See the attached: The site view of your template on mobile.


    1. ja-brisk
    pavit Moderator
    #539010

    Ja_Brisk demo page appears correctly on mobile version for Logo and search position.

    anyway if you can post here the url to your website we can better check it .


    1. Screenshot_2
    soam jena Friend
    #539011
    pavit Moderator
    #539014

    Your logo is 162 px wide respect the default 80 px logo

    To avoid this you should load a customized logo image for the mobile layout , so in your custom.css file you can add

    @media (max-width: 767px) {
    background-image: url("../images/yournewimage.png");
    background-repeat: no-repeat;
    width: 80px;
    height: 50px;
    }
    }

    Remember also to modify the margin-left in this file ja_brisk/ css/template-responsive.css line 1459

    .ja-header .ja-logo {
    margin-left: 0; <-------This is a duplicated info
    left: -104px; <-----------that's your actual settings
    position: absolute;
    width: auto;
    }

    Hope that helps

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

This topic contains 4 replies, has 2 voices, and was last updated by  pavit 10 years, 5 months ago.

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