Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • sumudu67 Friend
    #975160

    Hi,

    Please see the attached screenshot. As you can see Site Info / Title is not aligned properly on the mobile (IPhone 6). I was wondering if you could please help me ?

    Regards,
    Sumudu


    1. 14672813_10157580265500626_1404790273_o
    Pankaj Sharma Moderator
    #975166

    Hi
    Kindly post the site URL here , i will take a look on it ,
    Issue seems due the long title in header .

    sumudu67 Friend
    #975340

    Hi Pankaj,

    The site URL is: http://consulting.cmathew.com

    Thanks

    Regards,
    Sumudu

    Pankaj Sharma Moderator
    #975356

    Hi
    Add below code in custom.css file .

    
    @media (max-width:468px) {.navbar-brand strong {
        font-size: 35px!important;
    
    }
    
    a.logo strong {
        height: 65px;
    }
    }

    it will reduce the font size for mobile view .

    sumudu67 Friend
    #975362

    Thanks Pankaj. I can now see the whole heading but it’s still not aligned to the slogan.

    Please see the attached screenshot. The site URL is: consulting.cmathew.com

    Appreciate your help.

    Regards,
    Sumudu


    1. image-2
    Pankaj Sharma Moderator
    #975502

    Hi
    Replace the older code with this code

    @media (max-width:468px) {.navbar-brand strong {
        font-size: 35px!important;
    
    }
    
    a.logo strong {
    width:auto!important;
        height: 75px!important;
    }
    }

    Hope it helps .

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

This topic contains 5 replies, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 7 months ago.

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