Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #288414
    iyash
    Participant

    hellio , I’m using the free version of bold photography , my website is site link

    the title and tagline not showing in mobile version.. need help.. i have changed the logo size.. still its not working.. thanks 🙂

    #288424
    Skandha
    Participant

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

    .wp-custom-logo .site-identity {
        display: block;
    }

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

    #288428
    iyash
    Participant

    it worked! thank you so much!!

    #288433
    iyash
    Participant

    also any way to shift the menu burger to the right in the mobile version?

    #288434
    Skandha
    Participant

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

    @media screen and (max-width: 522px) {
    	.site-branding {
    	    max-width: 80%;
    	}
    }

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

    #288453
    iyash
    Participant

    worked like a charm! thank you for all the help!! much appreciated!

    #288492
    Skandha
    Participant

    @iyash: 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/bold-photography/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 7 posts - 1 through 7 (of 7 total)
  • The topic ‘title and tagline not showing in mobile version’ is closed to new replies.