Title: Responsive menu
Last modified: August 22, 2016

---

# Responsive menu

 *  [roshan.morde](https://wordpress.org/support/users/roshanmorde/)
 * (@roshanmorde)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/responsive-menu-6/)
 * Hello Team,
 * Nice theme.
    I have one issue, my website appeared tablet(1o”) and desktop nicely.
   But while I am using Ipad(8″) Menu comes across header and home page get scattered.
   Please help me how can i create my website responsive for Ipad Size device?

Viewing 11 replies - 1 through 11 (of 11 total)

 *  [Luke Stacey](https://wordpress.org/support/users/daftduke/)
 * (@daftduke)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/responsive-menu-6/#post-5397103)
 * Hi there!
 * You can use Media Queries to adjust the layout of your site for specific screen
   sizes.
 * If you post a link to your site we can suggest some CSS to use to fix your problem.
 * Then you could post this CSS in Appearance -> OnetOne Options -> Custom CSS or
   in a child theme.
 * You can read about child themes [here](http://codex.wordpress.org/Child_Themes).
 * I hope that helps!
 * Luke the Daft Duke
 *  Thread Starter [roshan.morde](https://wordpress.org/support/users/roshanmorde/)
 * (@roshanmorde)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/responsive-menu-6/#post-5397108)
 * Thanks for your ans.
    I am unable to get this. can i mail you my back end details
   so please can you help me in this
 *  [Luke Stacey](https://wordpress.org/support/users/daftduke/)
 * (@daftduke)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/responsive-menu-6/#post-5397128)
 * Hi,
 * We really need a link to your site in order to help you. This way we can see 
   exactly what code you need to add in order for your site to display properly 
   on an 8″ Ipad.
 * You can post your contact details here but the moderators may close the topic
   due to forum rules.
 * I hope we can help you out on this.
 * Luke the Daft Duke
 *  Moderator [Jan Dembowski](https://wordpress.org/support/users/jdembowski/)
 * (@jdembowski)
 * Forum Moderator and Brute Squad
 * [11 years, 7 months ago](https://wordpress.org/support/topic/responsive-menu-6/#post-5397160)
 * Yep. Please _do not_ post contact details here, that’s really frowned upon and
   no one should ever offer to give others access to their installation like that.
 * > We really need a link to your site in order to help you. This way we can see
   > exactly what code you need to add in order for your site to display properly
   > on an 8″ Ipad.
 * Can you share a link to your site?
 *  Thread Starter [roshan.morde](https://wordpress.org/support/users/roshanmorde/)
 * (@roshanmorde)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/responsive-menu-6/#post-5397164)
 * Thank you very much sir.
    [http://www.kalpavrukshaenterprises.in](http://www.kalpavrukshaenterprises.in)
 * I am beginner in wordpress, so please help me.
 *  [Luke Stacey](https://wordpress.org/support/users/daftduke/)
 * (@daftduke)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/responsive-menu-6/#post-5397168)
 * Hi,
 * Perhaps you mean this section: [Screenshot](http://postimg.org/image/b2tajzbbd/)
 * If so you can fix this by using this CSS in your custom CSS or child theme style.
   css:
 *     ```
       @media (max-width: 719px) {
   
       .one-third {
       display: inline-block;
       float: none;
       width: 50%;
       }
   
       }
       ```
   
 * Which will result in: [Screenshot](http://postimg.org/image/gwraojlfh/)
 * I hope that helps!
 * Luke the Daft Duke
 *  [boris.yordanov](https://wordpress.org/support/users/borisyordanov/)
 * (@borisyordanov)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/responsive-menu-6/#post-5397375)
 * I have a similar problem – the menu works fine with mobile devices, but on a 
   desktop it doesn’t fit in the black column – it inserts itself in the page. How
   can i fix this?
    [http://www.dronesystems.org/services/](http://www.dronesystems.org/services/)
 *  [Luke Stacey](https://wordpress.org/support/users/daftduke/)
 * (@daftduke)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/responsive-menu-6/#post-5397376)
 * Do you want to remove it completely (since you have those links in the left navigation
   area) – like this : [Screenshot](http://postimg.org/image/x8tojdrzd/)
 * If so, use:
 *     ```
       .site-navigation .top-nav {
         display: none;
       }
       ```
   
 * or do you just want it to align properly in the main content section – like this:
   [Screenshot](http://postimg.org/image/w2s0a26gf/)
 * If so, use:
 *     ```
       .site-navigation .top-nav {
         margin-right: 0;
       }
       ```
   
 * You can paste this code in your [child theme’s](http://codex.wordpress.org/Child_Themes)
   style.css or in a custom css plugin such as [Simple Custom CSS](https://wordpress.org/plugins/simple-custom-css/).
 * I hope that helps!
 * Luke the Daft Duke
 *  [boris.yordanov](https://wordpress.org/support/users/borisyordanov/)
 * (@borisyordanov)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/responsive-menu-6/#post-5397377)
 * For some reason your method didn’t work, but i just returned the theme\s style.
   css to the default state and it fixed itself. Thank you though – you were very
   thorough and helpful.
 * Can you give me help with something else – i want to reduce the size of the video
   on the [homepage](http://www.dronesystems.org/), but i can’t find out what to
   change exactly.
    Ideally i’d like to change just the height, because i still 
   want it to be full page.
 *  [Luke Stacey](https://wordpress.org/support/users/daftduke/)
 * (@daftduke)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/responsive-menu-6/#post-5397378)
 * Are you using a child theme or custom css plugin?
 * If you just paste it into your theme’s style.css it won’t work.
 * There is another topic regarding your issue with the video:
 * [https://wordpress.org/support/topic/centering-youtube-videos?replies=12](https://wordpress.org/support/topic/centering-youtube-videos?replies=12)
 *  [boris.yordanov](https://wordpress.org/support/users/borisyordanov/)
 * (@borisyordanov)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/responsive-menu-6/#post-5397379)
 * Thank you again, i’ll read some more there.

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Responsive menu’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/onetone/3.0.6/screenshot.jpg)
 * onetone
 * [Support Threads](https://wordpress.org/support/theme/onetone/)
 * [Active Topics](https://wordpress.org/support/theme/onetone/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/onetone/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/onetone/reviews/)

 * 11 replies
 * 4 participants
 * Last reply from: [boris.yordanov](https://wordpress.org/support/users/borisyordanov/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/responsive-menu-6/#post-5397379)
 * Status: not resolved