Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #491882

    Is there a way to fix this logo so that it fills up more of the white space on mobile devices?

    Link in private, and thank in advance for the help.

    #491883

    Adding a “notify me by email” option. Thanks.

    #491912

    Hi!

    Do you want to increase the logo size both on height / width and resize it also?
    How do you want it to work?

    Best regards,
    Basilis

    #491964

    Yes, both height/width. So it fills the space more.

    #492005

    Pointbreakd, I had the same problem this should help you, paste the code below into | General Styling – Quick CSS.
    Play with the max-width and margins, meaning chage them if you need to in the code, also upload a higher px logo. I don’t know the size of your logo but, 395 px worked for me.

    @media only screen and (max-width: 990px) {
    .responsive .logo a, .responsive .logo img {
    max-width: 100%;
    height: auto !important;
    float: left;
    margin-top: 5px!important;
    }}

    #492029

    Hi!

    Let us know if that solves the issue for you or you need any additional informations!

    Cheers!
    Basilis

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.