Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #181215
    Stan
    Participant

    Hi guys! Please suggest how to solve the problem.
    Site https://bonartpromo.com – there is no a title on mobile devices.

    2. Also in vertical view there are big paddings from left and right in Hero content and Testimonials. As a result, text on phone looks ugly: only 2-3 words in a line. How to make it wider?

    #181228
    Skandha
    Participant

    @stan: Hello there,
    Can you let me know which title you are talking about?

    To change the padding of Hero Content and Testimonial in mobile view
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (max-width: 666px) {
    	#hero-content .entry-container {
    		padding: 10px;
    	}
    	.hentry.testimonial-entry {
    	    padding: 0 !important;
    	}	
    }

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

    #181229
    Stan
    Participant

    Thanks! Problem with padding was solved. I also decreased font-size for mobile. Now it looks much better.

    About title: I mean “.site-title” text in a left upper corner of the site (“BONART CREATIVE MANAGEMENT CO”).

    #181230
    Skandha
    Participant

    @stan: Hello there,
    I checked your site on a mobile device and the site title seems to be displaying fine.

    Can you let me know on which device the title is not displaying?
    Kind Regards,
    Skandha

    #181234
    Stan
    Participant

    I use this service for testing: http://mobiletest.me/iphone_5_emulator/?u=https://bonartpromo.com

    Also checked on my Xiaomi Redmi Note 4, Android 6.0 : https://prnt.sc/p1knce

    #181249
    Skandha
    Participant

    @stan: Hello there,
    I checked on few mobile phones and the site title was showing up fine.

    Can you clear your browser cache and check again?

    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Title is disappear on mobile devices’ is closed to new replies.