![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
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
|
||||
|
||||
|
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
|
|||
|
|||
|
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
|
||||
|
||||
|
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 | |
|
|
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us