logo too small on mobile/tablet

Home Forums All Other Themes logo too small on mobile/tablet

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #26303
    Angela Govers-BakkerAngela Govers-Bakker
    Participant
    • Topics: 8
    • Replies: 18
    • Total: 26
    Member since: March 8, 2016

    Its about theme Restaurant Pro.
    How do I prevent the header logo is too small on your mobile?
    Logical that the logo is smaller but now it is unnecessarily small…

    #26393
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi Angela,

    Kindly show us your website URL.

    Regards,
    Brad

    #26728
    Angela Govers-BakkerAngela Govers-Bakker
    Participant
    • Topics: 8
    • Replies: 18
    • Total: 26
    Member since: March 8, 2016

    http://www.anntwan.nl/wp/

    #26729
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi Angela,

    Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code:

    @media screen and (max-width: 767px) {
    .header .header-inner .logo{width:80% !important; margin:0 auto !important;}
    }

    Regards,
    Brad

    #26756
    Angela Govers-BakkerAngela Govers-Bakker
    Participant
    • Topics: 8
    • Replies: 18
    • Total: 26
    Member since: March 8, 2016

    Thanks!

    #26757
    Angela Govers-BakkerAngela Govers-Bakker
    Participant
    • Topics: 8
    • Replies: 18
    • Total: 26
    Member since: March 8, 2016

    I have another question. About homepage section “todayspecial” (which I have given another name: “nieuw in de winkel”), how can I put the titles on the photos neatly in the middle?

    #26834
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi Angela,

    Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code:

    #todayspecial-box h2 {left:0 !important; position:relative !important; top: -190px !important;}

    Regards,
    Brad

    #26899
    Angela Govers-BakkerAngela Govers-Bakker
    Participant
    • Topics: 8
    • Replies: 18
    • Total: 26
    Member since: March 8, 2016

    Thank you very much!!!

    #26902
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    🙂

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