• For cell phone, is there a separate css location?
    When using the iphone 6s, turning the phone sideways places an “x” and 2 navigation arrows on the side of the page. Is it possible to enlarge those symbols?
    Also below each image the descriptions are very tiny font. Anyway to increase that on the cell phones?
    https://www.tylerturkle.com

Viewing 1 replies (of 1 total)
  • you have to place your CSS in a media query for a specific phone like go to this link
    csss tricks

    and find your phone model paste your specific CSS changes into that block like this

    @media (max-width: 768px) {
         your CSS
    }

    and then see its working for that phone. simple

Viewing 1 replies (of 1 total)
  • The topic ‘Cell phone css location to make changes’ is closed to new replies.