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

    Hi
    Its because of the width added by you in custom.css file , that make a fixed width for all size .
    Add below code in custom.css file to set a max. width for mobile view only

    @media (max-width:468px) {.logo img {max-width: 280px;}}
    7of9 Friend
    #959587

    Thank you, that fixed it.

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

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

The topic ‘Changing the size of the logo, results to horizontal scrolbar on the phone.’ is closed to new replies.