Setting min width for wordpress theme

by 2 replies
3
I have a theme on my wordpress site which is responsive. The problem is that when viewed on an iPhone the theme goes too narrow. I want the minimum width of the theme to be 336px. Is there a way to set this? I cant see anything about @media in the css?

Relationship Surgery – 20 Fights All Girls Have With Their BFF
#website design #min #setting #theme #width #wordpress
  • Hi, Can you please show it to me so I can look for solution
    • [1] reply
    • add this to your css file:
      Code:
      @media only screen and (min-width: 336px) {}

Next Topics on Trending Feed

  • 3

    I have a theme on my wordpress site which is responsive. The problem is that when viewed on an iPhone the theme goes too narrow. I want the minimum width of the theme to be 336px. Is there a way to set this? I cant see anything about @media in the css? Relationship Surgery – 20 Fights All Girls Have With Their BFF