badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Headers and text boxes bleed off of phone display..

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #97238
    Shane
    Participant

    Wordpress 5.9.1 Theme Horse Interface pro v 3.08.

    When viewing a simple form on a laptop or computer screen the headers and text boxes all appear nicely on the screen. Viewing this same form on an Iphone cuts off these headers and the text boxes disappear off onto the side of the display. Previous version of WordPress (before 5.9) did not have this problem so I updated the Interface Pro but the problem persists..

    Anyone know how to fix this issue?
    Form Elements and Header off of screen

    #97292

    Hi Shane,

    Could you please share us you exact URL link of the page that you are having an issue with so that we can figure out the issue and provide you with an appropriate solution?

    Thanks

    #97295
    Shane
    Participant
    #97305

    Please go to ‘Appearance > Customize > Design Options > Custom CSS’ and paste the below Custom CSS code.

    @media (max-width: 767px) {
    	.entry-content td,
    	.comment-content td {
    		white-space: normal;
    	}
    }

    Thanks

    #97318
    Shane
    Participant

    That worked!!! Thank you

    #97324

    Welcome anytime @shane-trahan

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.