Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #964022

    Hi you can apply different width using custom.css file . Use Media queries to apply different css in different screen sizes . Here is documentation http://getbootstrap.com/css/

    GTR Webdesign Friend
    #964138

    Thanx @Pankaj_Sharma for your reply,

    But is it possible to be a little bit more specific by giving me the css code i need to resolve this issue?

    Pankaj Sharma Moderator
    #964143

    Can u post your working site URL so that i can give you an example code based on it .

    Usually it would be like this :

    @media (max-width:468px) {.logo {max-width:200px!important;} }

    When screen size is width is 468px and less above code will work .

    GTR Webdesign Friend
    #964145

    You can access this website via: web0087.zxcs.nl/~towerliv

    Pankaj Sharma Moderator
    #964162

    Use this code

    @media (max-width:468px) { div.logo-image img {   max-height: 125px!important; max-width: 100%!important;} 
    .logo a {    height: 52px!important;  line-height: 52px!important; }
    }

    You can apply different query for different screen sizes . and change the width height or apply other css style in this code .
    Example Here

    GTR Webdesign Friend
    #964165

    Thanx @pankaj Sharma … This works like a charm!!!

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

This topic contains 6 replies, has 2 voices, and was last updated by  GTR Webdesign 7 years, 7 months ago.

The topic ‘Logo Size’ is closed to new replies.