Horje
Responsive design - Wordpress Solution
I´m practicing making a static wp-site to responsive design.. How can I remove the bottom scroll that showing up in max-width : 719px and smaller size? And how can I make the navigation responsive? url to testpage, http://theevent1001.com/tove_responsive/ @media (max-width:760px){ #access .menu-header, div.menu{width:96%} #wrapper{padding:0} } Thanx! But I want it to "flex" to (max-width:480px) is that possible? try this code:

@media (max-width:719px){
#access .menu-header, div.menu{width:96%}
#wrapper{padding:0  !important}
#main {padding: 20px 10px 0 10px  !important;}
}
@media (max-width: 480px)
#wrapper, .hfeed {
margin-left: 0px !important;
}


Solution - 1

@media (max-width:760px){ #access .menu-header, div.menu{width:96%} #wrapper{padding:0} }





Wordpress

Related
Create Hook from WP User Frontend to WP Event Organiser - Wordpress Solution Create Hook from WP User Frontend to WP Event Organiser - Wordpress Solution
Css selector idea, using both pseudo class & element - Wordpress Solution Css selector idea, using both pseudo class & element - Wordpress Solution
Display Post Meta attached to one page, on every page. - Wordpress Solution Display Post Meta attached to one page, on every page. - Wordpress Solution
Need some help getting a Jquery library to work - Wordpress Solution Need some help getting a Jquery library to work - Wordpress Solution
BBpress topic freshness function in wp_query. - Wordpress Solution BBpress topic freshness function in wp_query. - Wordpress Solution

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7