Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #238245
    eraoflight
    Participant

    Hi,

    I activated the catch flames pro earlier, but on mobile it does not show the drop down menu anywhere… website: http://www.EraofLight.com

    Thank in advance.

    #238286
    Skandha
    Participant

    @eraoflight: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    branding {
        display: block !important;
    }

    Also you seem to be using an older version of the theme. Please update the theme to its latest version.

    Let me know if this works out!
    Kind Regards,
    Skandha

    #238308
    eraoflight
    Participant

    Hi, and thank you for your response.

    Theme has been updated. Code you gave has been added. Issue still present.

    #238311
    Skandha
    Participant

    @eraoflight: Hello there,
    I seem to have made a little mistake while providing you the above code.

    Can you please add # before the text branding in the above code I provided you.

    Let me know if this works out!
    Kind Regards,
    Skandha

    #238314
    eraoflight
    Participant

    AH! I had a feeling that that might have been the issue. Because I have added css to change the header area, to hide all that empty white space.

    Would it be possible somehow have the drop down menu show on mobile without having the over the header white space show?

    Thanks!

    #238350
    Skandha
    Participant

    @eraoflight: Hello there,
    First of remove the following CSS you have added.

    header#branding {
        display: none;
    }

    Then,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #sidebar-header-right {
        display: none !important;
    }
    #header-content {
        padding: 0 !important;
    }
    #branding {
        display: inline;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #238401
    eraoflight
    Participant

    YES! Thank you so much for your help.

    #238430
    Skandha
    Participant

    @eraoflight: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-flames/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
    don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Catch Flames Pro Mobile Version Issue’ is closed to new replies.