Home › Forums › All Other Themes › logo too small on mobile/tablet
- This topic has 8 replies, 2 voices, and was last updated 7 years, 2 months ago by
Forum Moderator.
-
AuthorPosts
-
March 10, 2016 at 10:43 am #26303
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…March 11, 2016 at 5:11 am #26393Hi Angela,
Kindly show us your website URL.
Regards,
BradMarch 14, 2016 at 12:33 pm #26728http://www.anntwan.nl/wp/
March 14, 2016 at 12:48 pm #26729Hi 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,
BradMarch 14, 2016 at 2:14 pm #26756Thanks!
March 14, 2016 at 2:27 pm #26757I 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?
March 15, 2016 at 5:17 am #26834Hi 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,
BradMarch 15, 2016 at 11:32 am #26899Thank you very much!!!
March 15, 2016 at 11:39 am #26902🙂
-
AuthorPosts
- You must be logged in to reply to this topic.