This topic has 1 reply, 2 voices, and was last updated 5 years by Radu.

  • Author
  • #213085
     ppl
    Participant

    Hey Kleo,

    Since exploring your theme we’ve started to pay a bit more attention to the appearance/design of the theme, and we’ve noticed that when we view the website on iphones/smart phones we get this weird overlay on the header portion of the page, is this in accordance with what you expect the home page of websites to look like? Or is this a potential issue that you could help us to solve? We would prefer that the home page on phones appears the same as it does on our computers if possible,

    Thank you!

    Ken & Pocket Project Lab Team

    Attachments:
    You must be logged in to view attached files.
    #213109
     Radu
    Moderator

    Hi,

    There actually on mobile view the header it’s black and your logo a darken color so they will look overlapped or broken, you can add the next css to the quick css from wp-admin -> theme options -> general options -> styling options or in child theme style.css

    COPY CODE
    
    @media(max-width:991px) {
        .navbar-transparent .sticky-wrapper {
            background-color:#999 !important;
        }
    
    }
    

    Change with your desired color

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 2 posts - 1 through 2 (of 2 total)

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

Log in with your credentials

Forgot your details?