Setting min width for wordpress theme

2 replies
  • WEB DESIGN
  • |
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
#min #setting #theme #width #wordpress
  • Profile picture of the author jakjim
    Originally Posted by oliverjones View Post

    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
    Hi, Can you please show it to me so I can look for solution
    {{ DiscussionBoard.errors[8815196].message }}
    • Profile picture of the author Karen Blundell
      add this to your css file:
      Code:
      @media only screen and (min-width: 336px) {}
      Signature
      ---------------
      {{ DiscussionBoard.errors[8815244].message }}

Trending Topics