CSS Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsWeb DesignCSS Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old December 30th, 2012, 03:51 PM
sampsonwonder sampsonwonder is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2012
Posts: 2 sampsonwonder User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 m 17 sec
Reputation Power: 0
Resize window, scale down menu css

Hello,

The menu layout I currently have for the wider 'desktop' view is fine. I would like to replicate this layout in the 'ipad' screen size but instead have the logo sitting about the menu items. Can anyone help me in correcting this?
The website is: hypoly.com

Thank you,
Chiny

Reply With Quote
  #2  
Old December 31st, 2012, 03:14 AM
simplypixie simplypixie is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2012
Posts: 104 simplypixie User rank is Sergeant (500 - 2000 Reputation Level)simplypixie User rank is Sergeant (500 - 2000 Reputation Level)simplypixie User rank is Sergeant (500 - 2000 Reputation Level)simplypixie User rank is Sergeant (500 - 2000 Reputation Level)simplypixie User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 18 h 33 m 57 sec
Reputation Power: 11
In your css for media queries the div that holds your logo and navigation are not floated but positioned central to the page:
Code:
.header-left {
		float: none;
		margin: 0 auto;
	}
.header-right {
		margin-top: 20px;
		width:100%;
	}

This is what you need to change to match the main css (maybe adjust the widths slightly if necessary):
Code:
.header-left {
    width: 250px;
    float: left;
}
.header-right {
    position: relative;
    float: right;
}

Reply With Quote
  #3  
Old December 31st, 2012, 06:45 AM
sampsonwonder sampsonwonder is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2012
Posts: 2 sampsonwonder User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 m 17 sec
Reputation Power: 0
@simplypixie

Thank you very much, problem solved

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignCSS Help > Resize window, scale down menu css

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap