-
Author
-
July 29, 2017 at 15:24 #168931openmakerslabParticipant
Hi,
Im having issues with my mobile version. The logo covers header and menu on mobile.
Attachments:
You must be logged in to view attached files.July 29, 2017 at 17:56 #168951Kieran_SQModeratorHi @openmakerslab,
To resolve this please try the below CSS. You can add this to your child theme’s style.css or to Theme Options > General > Quick CSS.
COPY CODE@media screen and (max-width: 480px) { .logo img {width: auto;height: 70px;} }
OR
COPY CODE@media screen and (max-width: 767px) { .logo img {width: auto;height: 70px;} }
Thanks,
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
July 29, 2017 at 20:06 #168968openmakerslabParticipantHi Kieran!
Thank you very much! The first code worked. Great feature of having the quick CSS.
Love the theme!July 29, 2017 at 20:19 #168970Kieran_SQModeratorHey,
Glad it worked for you and thanks very much 🙂
If you haven’t already please consider leaving the theme and/or support a review on ThemeForest, every review helps us.
Thanks,
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
-
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.