Jump to content
  • 0

Header label text in Results not working on mobile devices


DDLiving

Question

I have a data page form that presents a results page.  I can change the font color of the header labels, but the change only shows when the mobile device is held in landscape mode. When I hold it is portrait (normal) mode, the results page become a list and the labels are always black. 

Anyone have an idea?

 

I have attached an example where I turned the header labels red, but they remain black in the portrait version.

pic2.png

pic1.png

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Hi @DDLiving,

You can search for elements with “_mobile” attached to them in Styles to customize the HTML elements when in mobile mode.

For most of the elements there are CSS classes with the “_mobile” or “_tablet” suffix, which contain the current settings for tablet and mobile screens:

  • “_mobile” refers to screen width 320px – 567px
  • “_tablet” refers to screen width 568px – 1024px

I hope this helps.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...