Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #311299
    VladoCZ
    Participant

    Hello, I used Lensation theme on simple webpage and have only one unsolved problem.

    My site title is 4 words long and when I am on mobile view, this site name disappear. I didn’t figure it out how to change it for example to smaller font size or wrap a line to two.

    Can you help?

    #311301
    tikaram
    Keymaster

    @vladocz : Please post in your site URL so that I can check for issue on your site.

    Regards,
    Tikaram

    #311314
    VladoCZ
    Participant

    Hello, it’s https://bd1063.cz/ .

    #311319
    Sakin
    Keymaster

    @vladocz: Yes, it’s disabled my default on mobile devices when you have Logo Enabled. So, if you want to show the logo then please add the following CSS in the “Appearance => Customize => Additional CSS” box:

    /* Enable Site Title on Mobile Devices */
    @media screen and (max-width: 599px) {
    	.wp-block-site-logo + .main-site-title {
    	  display: block;
    	  clear: both;
    	}
    }
    #311336
    VladoCZ
    Participant

    Hi, thank you. That solving my situation.

    #311372
    Sakin
    Keymaster

    Hi @vladocz,

    Glad to hear that my support worked on your website. If it’s not too much trouble, I have a quick request: could you please leave an honest review? https://wordpress.org/support/theme/lensation/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.

    Regards,
    Sakin

    #311445
    VladoCZ
    Participant

    Hello, I leaved review for your theme. Thank you for your support.

    Just a little note for that thread. When I install your theme to clean installation of wordpress, there is not available mentioned menu Appearance > Customize… I used another way to put CSS code to my pages.

    #311452
    Sakin
    Keymaster

    Hello VladoCZ,

    It’s strange, I just check and found this. Check the screenshot below,
    From WordPress Dashboard, Appearance => Customize
    WordPress Appearance - Customize

    Then, Additional CSS:
    WordPress Additional CSS

    Regards,
    Sakin

    #311455
    VladoCZ
    Participant

    I have that option on every pages I produced. But not on your theme. Because of my very first experience with theme only build on new block editor, I though that is a feature. But in my installation that option is missing.

     

    Because of my curiosity, I made clean installation of WP 6 and immediately found and install your template (from admin backend). That option Appearance > Customize is really missing. Try yourself 🙂

    #311456
    Sakin
    Keymaster

    Hello VladoCZ,

    Oh yes sorry for the confusion. I just did a fresh install and found that one of my plugins called Essential Content Type was enabling that Customizer. So, yes the new block theme doesn’t have a customizer unless some plugin or feature adds it.

    Regards,
    Sakin

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Site title disappear when on mobile’ is closed to new replies.