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

    Hi
    Kindly share your working site URL here.

    nix1000uk Friend
    #1006619
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1006638

    Hi
    Add below code in /css/custom.css file to fix this issue

    
    @media (max-width:468px) {
    a.logo strong {
        width: 100%!important;
    
    }}

    Regards

    nix1000uk Friend
    #1006751

    Hi Pankaj,
    Thank you for this and it looks a bit better, but still not correct. I notice that the picture is not resizing. Is there a way to make it resize.
    Thank you
    Nick…

    Pankaj Sharma Moderator
    #1006758

    Hi
    You can also use this code

    @media (max-width:468px) {
    .logo img {
        width: 100%!important;
    
    }}
    nix1000uk Friend
    #1006764

    Sorry this hasn’t made a difference.
    Thank you
    Nick..

    Pankaj Sharma Moderator
    #1006793

    Hi
    I got this style , use only below code in custom.css file to fix it

    @media (max-width:468px) {
    a.logo strong {
        width: 100%!important;
        background-size: 100%!important;
    }}
    
    nix1000uk Friend
    #1006804

    Thank you – Brilliant. that’s now working fine
    Nick…

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

This topic contains 8 replies, has 2 voices, and was last updated by  nix1000uk 7 years, 2 months ago.

The topic ‘picture logo is not responsive’ is closed to new replies.