0
votes
1answer
42 views

Is there a good way to use CMS images with CSS

I am building a responsive wordpress theme that allows for a custom banner image to be uploaded to each page. However, because of the responsive nature of the theme I need to set the images as ...
-1
votes
1answer
239 views

How would I use a media query to make my entire theme responsive or fluid? [closed]

I've settled on a theme for one of my blogs. Is it possible to just wrap your stylesheet (style.css on most themes) in @media queries, and make your entire theme responsive, or fluid, so it works ...
0
votes
1answer
126 views

How can I only show one responsive menu on mobile devices?

Here's my site: http://dev.shoeporn.com/ I'm running WP 3.5 and using this plugin: http://wordpress.org/support/plugin/responsive-select-menu It is supposed to allow you to select which menus you ...
0
votes
0answers
109 views

320 Press Foundation - Getting the right responsive look for iPad [closed]

Having a slight issue with the 320Press Foundation theme (based on Zurb's Foundation). Everything looks ok except in iPad Portrait. At this screen resolution, what I see in the (resized) browser is ...
0
votes
0answers
456 views

Any body know how to make these responsive tabs? [closed]

I love these tabs and would like to learn how something like the link below is made. Im guessing its some creative css tricks? It would need to be responsive just like that site. Its fits iphone, ...
0
votes
1answer
75 views

Custom image size vs CSS sizing

I am developing a theme which will have 2 configuration options for the slideshow in the header; a full width version and a half width version. The theme is also responsive and so I am trying to ...