Quantcast
Channel: responsive – WordPress.org Forums
Browsing all 16569 articles
Browse latest View live

Siobhan on "[Theme: Frontier] Hiding Right sidebar if screen width is less...

Hey. Could you post a link to your site? I can't seem to install a left sidebar as part of the default Frontier settings. Unless I'm missing something? What you want is possible using CSS media...

View Article


sahotk on "[Theme: Frontier] Hiding Right sidebar if screen width is less...

Hello, Thanks for your reply Siobhan. My site is http://faktat.fi. How i got both, left and right sidebar showing, was simply changing the main layout to use both sidebars on Frontier Options.

View Article


ronangelo on "[Theme: Frontier] Hiding Right sidebar if screen width is less...

Like what Siobhan said, you could add something like this on the custom css option. @media screen and (max-width:1279px){ #sidebar-right {display: none;} }

View Article

deliwasista on "[Theme: Modernize] how do you make the logo responsive?"

This is a responsive theme. However the logo doesn't seem to be responsive and on iPad causes it to cover too much of my header background. How do I make this image responsive?

View Article

Andrew Nevins on "[Theme: Modernize] how do you make the logo responsive?"

I can't find your theme here: http://wordpress.org/themes/ , can you help me identify it please?

View Article


sahotk on "[Theme: Frontier] Hiding Right sidebar if screen width is less...

Thanks, the code you gave worked :)

View Article

Iamhere on "How to make WP Supersized screen responsive"

paste the joomla site link you refer to so we can look into it !

View Article

kbbajer on "[Plugin: Widget Logic] Make widgets appear only at defined...

Hello, and thank you for your answer. I see your point, but if I create a second text-widget to, lets say sidebar-primary, how do I hide only that, and not the entire sidebar-primary widget? If I add...

View Article


Ov3rfly on "[Plugin: Widget Logic] Make widgets appear only at defined...

Don't hide the whole sidebar, only the text-widget. It has an own id which you can see e.g. in the html source. This would hide your "REEL" Widget: #sidebar-secondary #text-4 { display: none; }

View Article


kbbajer on "[Plugin: Widget Logic] Make widgets appear only at defined...

Aah, I see, they've got individual div-IDs That's the information I needed, thank you very much. Cheers.

View Article

patloq on "[Plugin: BuddyPress Docs] Responsiveness"

For mobile view I've added the following 'patchwork': https://dl.dropboxusercontent.com/u/1681643/WP/BP-Docs-Mobile-Impressions.jpg As there are a lot of tables I don't know how to fix the layout for a...

View Article

RobRyder on "[Theme: GamePress] Making Gamepress Theme Responsive"

Hi I have got Gamepress theme but have noticed its not Responsive is there a way to make it Responsive. my website is http://www.ridediriddim.com/ Thanks

View Article

schillr on "[Theme: Supernova] Categories and Responsive Design - all white"

Hi, I have pages under the Category Menu in the top right. When I resize the browser window all the content disappears on the front-end. Looking throught mediaquery.css now ... can anyone help, please?...

View Article


glowzar on "[Theme: Twenty Twelve] Twentywelve - media queries not working,...

Hi friends of the community. I need to replace the default header and set a div with some php and a image, logo. The replacement is very complicated I tried 25 things but still it's breaking down when...

View Article

leejosepho on "[Theme: Twenty Twelve] Twentywelve - media queries not...

Here is the first question almost anyone here will ask before suggesting any modifications: Are you working inside a Child Theme? If not, it is best to begin here......

View Article


Sayed Taqui on "[Theme: Supernova] Categories and Responsive Design - all white"

Please replace .category{display:none} with #wrapper .category{display:none} in mediaquery.css file Thanks

View Article

glowzar on "[Theme: Twenty Twelve] Twentywelve - media queries not working,...

thanks right now I will try to fix it doing the reverse css from scratch making a child theme ... thanks ,

View Article


leejosepho on "[Theme: Twenty Twelve] Twentywelve - media queries not...

Here is a fresh copy of Twenty Twelve if you have any doubt about it being in its original state at your site: http://wordpress.org/themes/twentytwelve

View Article

Quest The Wordsmith on "[Plugin: TablePress] Responsive tables via CSS?"

Hey Tobias, I was wondering if it's possible to make tables work well with responsive themes via CSS. I'm imagining that given certain width's, only certain columns would show. So for the smallest...

View Article

TobiasBg on "[Plugin: TablePress] Responsive tables via CSS?"

Hi, thanks for the question. Sure, that's possible with some custom CSS3 Media Queries that you can add to the "Custom CSS". Here's an example that would hide certain columns on tablet-sized screens,...

View Article
Browsing all 16569 articles
Browse latest View live