Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • rifat Friend
    #193987

    I added custom logo position everything works fine but with the mobile phones the logo is half displayed that disturbs me.

    This is my logo position I am missing the eye icon to disable it from mobile section I don’t know how to fix it.

    and this is my mobile snapshot

    my url is : http://www.bahisklavuz1.com

    Please advice why my logo is going under the search box with mobile how can I correct it so that my logo displays good with the mobile phones


    1. mylogoposition
    2. mobile
    phong nam Friend
    #519506

    Hi rifat,

    You can try to put below override css styles into templates/ja_fubix/css/custom.css file:

    @media (max-width: 480px) {
    .custom {
    margin-top: 60px;
    }
    }

    Change the value until you get perfect.

    rifat Friend
    #519750

    Leo thank you very much for helping me after your suggestion logo is displayed correctly but not at the position I want it, please see attachment

    I want to display my logo on mobile phones at the grey secion at the top.

    How can I enable Ja-fubix default logo only for the mobile pones because that will solve my problem


    1. mobile_img
    phong nam Friend
    #519806

    Hi rifat,

    I get it. You can try to put below override css styles into custom.css file as i mentioned above:

    @media (max-width: 767px) {
    .myLogo {
    position: absolute;
    z-index: 99999;
    top: 10px;
    width: 130px;
    height: 30px;
    background-size: 100% 100%;
    left: 64px;
    }

    .t3-mainnav {
    background-color: transparent;
    }
    }

    Adjust the css properties until you get perfect.

    rifat Friend
    #519888

    ok this is what I got on my samsung s4

    thank you very much Leo


    1. fgf
    phong nam Friend
    #519901

    You’re welcome 😉

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

This topic contains 6 replies, has 2 voices, and was last updated by  phong nam 10 years, 10 months ago.

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