Livemesh Support

Support forum for WordPress Themes and Plugins by LiveMesh

Skip to content
  • Support Forums
  • Knowledge Base – FAQ
  • Inbox
  • Register for Support
  • Login
  • Logout
  • Password Reset
  • Account
  • User

Responsive Problems

Support Forums for LiveMesh Themes & Plugins › Forums › Enigmatic Theme Support › Responsive Problems

Tagged: centered logo, ipad, iPhone, menu, responsive

  • This topic has 3 replies, 2 voices, and was last updated 11 years, 4 months ago by Raghavendra.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • December 21, 2013 at 4:13 pm #3467
    ant1225
    Member

    Hello,

    I am currently have trouble with the responsive layouts of your theme. I have taken
    screenshots of the website on an iPad Mini and iPhone so you can see the problems that I am having.

    On the iPad Mini, the menu seems to be on top of my logo. Is there anyway I can get a drop down mobile menu or some way to fix it?

    On the iPhone my logo doesn’t seem to be centered. I believe this might be perhaps because my theme is outdated?

    The website is mixteca.org

    Thank you in advance.

    December 22, 2013 at 1:39 am #3472
    Raghavendra
    Moderator

    For the iPad issue, pls insert the following CSS into Custom CSS tab in the Theme Options panel or the /custom/custom.css file

    @media only screen and (min-width: 768px) and (max-width: 959px) {
    
    #header {  height: 170px; }
    
    #primary-menu { left: 100px; }
    
    }
    
    December 22, 2013 at 1:47 am #3473
    Raghavendra
    Moderator

    For the iPhone, you will need to change the values based on the actual width of your logo (100px) –

    
    @media only screen and (max-width: 768px) {
    
    #site-title a, #sticky-site-title a { min-width: 100px; }
    
    #header-logo { width: 100px; }
    
    }
    
    
    December 22, 2013 at 1:49 am #3474
    Raghavendra
    Moderator

    I do not think this is due to theme being outdated. It is mostly because the requirements of each site is a little different (logo size, menu contents etc.) which requires us to tweak the css a little bit to make it look a little perfect.

  • Author
    Posts
Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Enigmatic Theme Support’ is closed to new topics and replies.

Our Themes

Tags

  • agile
  • appdev
  • austin
  • blog
  • contact form
  • css
  • demo
  • error
  • extinct
  • font
  • fonts
  • footer
  • gallery
  • header
  • home page
  • icons
  • images
  • install
  • installation
  • invent
  • lightbox
  • logo
  • menu
  • mobile
  • navigation
  • page sections
  • peak
  • portfolio
  • primary menu
  • responsive
  • revolution slider
  • setup
  • shortcode
  • shortcodes
  • sidebar
  • slider
  • social icons
  • tabs
  • testimonials
  • theme
  • update
  • video
  • visual composer
  • widget
  • woocommerce
Proudly powered by WordPress