StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
  #1  
Old 09-29-2012, 07:31 PM
Doak Heggeness Doak Heggeness is offline
Registered User
Pro Plus Member
 
Join Date: Mar 2011
Location: Oregon
Posts: 242
Default Responsive Widgets

Can anyone explain why the Featured widgets do not float properly when using the
Mobile Responsive Design Testing page. For 768px and 480px the third Feature widget does drop down but is floating right instead of left.

Here is the link.



Thanks
__________________
Wordpress Development - Mobile Themes | www.wordpressphp.net
  #2  
Old 09-30-2012, 08:10 AM
dreamwhisper's Avatar
dreamwhisper dreamwhisper is offline
Community Leader
 
Join Date: Oct 2008
Location: NEPA
Posts: 2,701
Default

Your first widget is actually blocking the left float. You can set a height to prevent this.

Code:
#home-featured .featured .widget {
  height: 300px;
  width: 50%;
}
__________________
Jennifer "Hermione" Baumann
Themessence - Dream Whisper Designs
Recommended StudioPress Designer
StudioPress on Facebook
Dream Whisper on Facebook

Please read the Forum Rules and check the the tutorials for your theme and Genesis Tutorials before asking a question.
Get FireBug for FireFox to help analyze your site!
  #3  
Old 09-30-2012, 09:47 AM
Doak Heggeness Doak Heggeness is offline
Registered User
Pro Plus Member
 
Join Date: Mar 2011
Location: Oregon
Posts: 242
Default

Wow, that worked. It never occurred to me I had to set a height. It makes sense now if you think why the widget would no drop down as it should. I actually set the height in the he base 'CSS' in lieu of the media query. Is that what you would do?

The Education theme has the same layout, but does not set any height. Do you know why?

Thanks
__________________
Wordpress Development - Mobile Themes | www.wordpressphp.net
  #4  
Old 09-30-2012, 10:37 PM
dreamwhisper's Avatar
dreamwhisper dreamwhisper is offline
Community Leader
 
Join Date: Oct 2008
Location: NEPA
Posts: 2,701
Default

Your first post had more lines than the second, so the height was off. Setting the height in the base CSS is fine. Most themes would behave the same in the same similar situation.
__________________
Jennifer "Hermione" Baumann
Themessence - Dream Whisper Designs
Recommended StudioPress Designer
StudioPress on Facebook
Dream Whisper on Facebook

Please read the Forum Rules and check the the tutorials for your theme and Genesis Tutorials before asking a question.
Get FireBug for FireFox to help analyze your site!
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 08:30 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.