• Resolved krystoflp

    (@chrisscottuk)


    Hi there, thanks for a great plugin.
    How can I increase the size of the logo image?

    Kind Regards,

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can put some custom CSS under the “Design” tab, as follows:

    .logo img {
    width: 500px;
    }

    Just put however big you want the logo after width (in this case I put 500px).

    Plugin Author kaushal dip subba

    (@anstrangel0ver)

    Any logo size is accepted. you can upload your bigger logo size:

    or you can do by adding

    .logo img{
     width:200px;
    }

    in custom css textarea.
    you can change the value to anything you like.

    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to increase logo image size’ is closed to new replies.