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 Articlesahotk 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 Articleronangelo 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 Articledeliwasista 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 ArticleAndrew 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 Articlesahotk on "[Theme: Frontier] Hiding Right sidebar if screen width is less...
Thanks, the code you gave worked :)
View ArticleIamhere on "How to make WP Supersized screen responsive"
paste the joomla site link you refer to so we can look into it !
View Articlekbbajer 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 ArticleOv3rfly 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 Articlekbbajer 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 Articlepatloq 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 ArticleRobRyder 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 Articleschillr 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 Articleglowzar 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 Articleleejosepho 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 ArticleSayed 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 Articleglowzar 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 Articleleejosepho 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 ArticleQuest 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 ArticleTobiasBg 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