This topic has 3 replies, 2 voices, and was last updated 7 years by Kieran_SQ.

  • Author
  • #168931
     openmakerslab
    Participant

    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.
    #168951
     Kieran_SQ
    Moderator

    Hi @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 solution

    If 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.

    #168968
     openmakerslab
    Participant

    Hi Kieran!

    Thank you very much! The first code worked. Great feature of having the quick CSS.
    Love the theme!

    #168970
     Kieran_SQ
    Moderator

    Hey,

    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.

    https://themeforest.net/item/kleo-pro-community-focused-multipurpose-buddypress-theme/reviews/6776630

    Thanks,

    Kieran.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If 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.

Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?