Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @cavelliminna

    The plugin adjusts the loading screen based on the device’s screen size. However, if you are referring to the logo size, you can define CSS rules through the menu option: “Appearance > Customize > Additional CSS” to control it. For example:

    @media screen and (max-width:640px)
    {
    .lp_ls_img{width:200px !important;}
    }
    

    Best regards.

    Thread Starter cavelliminna

    (@cavelliminna)

    Yess i am talking about the Logo size sorry, the Logo size

    Plugin Author codepeople

    (@codepeople)

    Hello @cavelliminna

    Excellent !!!! Yes, you can control the logo size based on the screen size with blocks of styles similar to the previous entry.

    Best regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Different Size Phone and Laptop’ is closed to new replies.