Help with responsive WP theme

7 replies
  • WEB DESIGN
  • |
I am using a responsive theme on my blog blog.relationshipsurgery.com

When on my iPhone the post width goes so narrow that my ads get cut off the side of the page. Is there a way I can set the minimum width of the site? Ideally I wish to set the minimum width to 336px on all devices?
#responsive #theme
  • Profile picture of the author project1010
    Hello mate

    I can help you for this reponsive issue
    {{ DiscussionBoard.errors[8795129].message }}
  • Profile picture of the author Cryptonomicon
    find the media query code in the css for that screen size and set the min width of your body or wrapper

    @media screen and (min-width:0px) and (max-width:479px)
    {
    #your-wrapper-id{min-width:336px;}
    }
    {{ DiscussionBoard.errors[8798466].message }}
  • Profile picture of the author oliverjones
    There is nothing in the style.css with the term "media". Where else could this be?
    {{ DiscussionBoard.errors[8799204].message }}
  • Profile picture of the author Mollywhite
    which responsive theme you are using, the Zippy WordPress Theme I use works well on portable devices.
    {{ DiscussionBoard.errors[8799284].message }}
  • Profile picture of the author reddys
    try to edit width size in
    http://static.relationshipsurgery.co...1386895052.css
    may be it will work.
    Signature
    For those who are searching for Direct mobile CPI offers please contact me at skype: madi.webz
    {{ DiscussionBoard.errors[8800271].message }}

Trending Topics